adjkerntz call added with explanation comment
authorAndrey Chernov <ache@FreeBSD.org>
Fri, 17 Dec 1993 04:20:30 +0000 (04:20 +0000)
committerAndrey Chernov <ache@FreeBSD.org>
Fri, 17 Dec 1993 04:20:30 +0000 (04:20 +0000)
etc/rc

diff --git a/etc/rc b/etc/rc
index fc9b797..33f5579 100644 (file)
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
 #!/bin/sh
 #!/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
 #      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)
 
 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
 # set hostname, turn on network
 echo 'starting network'
 . /etc/netstart