mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 04:43:32 +00:00
adjkerntz call added with explanation comment
This commit is contained in:
parent
0bb118a5b1
commit
80b13029cb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=872
8
etc/rc
8
etc/rc
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $Id: rc,v 1.7 1993/11/30 16:59:27 rich Exp $
|
||||
# $Id: rc,v 1.8 1993/12/13 08:28:03 davidg Exp $
|
||||
# From: @(#)rc 5.27 (Berkeley) 6/5/91
|
||||
|
||||
# System startup script run by init on autoboot
|
||||
@ -63,6 +63,12 @@ umount -a >/dev/null 2>&1
|
||||
mount -a -t nonfs
|
||||
rm -f /fastboot # XXX (root now writeable)
|
||||
|
||||
# If the machine runs wall CMOS clock (compatible with MSDOS),
|
||||
# activate following line by creating empty file /etc/wall_cmos_clock
|
||||
# If this file not exist, following line does nothing (assumed
|
||||
# the machine runs UTC CMOS clock). See adjkerntz(8) for details.
|
||||
adjkerntz -i
|
||||
|
||||
# set hostname, turn on network
|
||||
echo 'starting network'
|
||||
. /etc/netstart
|
||||
|
Loading…
Reference in New Issue
Block a user