home *** CD-ROM | disk | FTP | other *** search
- :
- # @(#) sysinit.sh 1.1 88/05/17
- #
- # Copyright (C) The Santa Cruz Operation, 1985.
- # This Module contains Proprietary Information of
- # The Santa Cruz Operation, Microsoft Corporation
- # and AT&T, and should be treated as Confidential.
- #
- # /etc/rc.d/0/sysinit - system initialization after normal boot
- #
-
- # clean out mount table
- > /etc/mnttab; chmod 644 /etc/mnttab
-
- # utmp is record of users logged in
- > /etc/utmp; chmod 644 /etc/utmp
-
- # set system clock
- eval /etc/asktime $AUTOFLAG $AUTOBOOT
-
- # initialize mount table
- # n.b. this must be done after clock is set
- echo 'root /' | setmnt
-