summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1993-12-17 04:20:30 +0000
committerache <ache@FreeBSD.org>1993-12-17 04:20:30 +0000
commit00f271f44df324a4ddca7e402e0827ba055a21ee (patch)
tree3c1f28299bc1d15284da39ef6b173dc32d1b147e /etc/rc
parente0628cc99de67f516bc1a5eb96c47cca2662107d (diff)
downloadFreeBSD-src-00f271f44df324a4ddca7e402e0827ba055a21ee.zip
FreeBSD-src-00f271f44df324a4ddca7e402e0827ba055a21ee.tar.gz
adjkerntz call added with explanation comment
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index fc9b797..33f5579 100644
--- a/etc/rc
+++ b/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
OpenPOWER on IntegriCloud