From 80b13029cb70c8732c2cf73fb5039473de50478c Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 17 Dec 1993 04:20:30 +0000 Subject: [PATCH] adjkerntz call added with explanation comment --- etc/rc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/etc/rc b/etc/rc index fc9b7972f180..33f557922673 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