diff --git a/etc/rc b/etc/rc index 7b7909f93b5..e14efccf999 100644 --- a/etc/rc +++ b/etc/rc @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc,v 1.36 1994/10/30 04:33:57 ache Exp $ +# $Id: rc,v 1.37 1994/11/01 16:24:03 ache Exp $ # From: @(#)rc 5.27 (Berkeley) 6/5/91 # System startup script run by init on autoboot @@ -77,7 +77,7 @@ mount -a -t nonfs # 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 +adjkerntz -i # configure serial devices if [ -f /etc/rc.serial ] diff --git a/usr.sbin/tzsetup/tzsetup.sh b/usr.sbin/tzsetup/tzsetup.sh index 9405e8e796c..f3d9431a1ff 100644 --- a/usr.sbin/tzsetup/tzsetup.sh +++ b/usr.sbin/tzsetup/tzsetup.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: tzsetup.sh,v 1.2 1994/09/18 18:27:30 ache Exp $ +# $Id: tzsetup.sh,v 1.3 1994/11/02 00:00:17 ache Exp $ # # Copyright 1994, Garrett A. Wollman. All rights reserved. # This script is subject to the terms and conditions listed at the @@ -82,7 +82,7 @@ EOF if askyn "Do you want a local CMOS clock" $curr; then touch /etc/wall_cmos_clock if [ $curr = "n" ] && askyn "Start now" y; then - /sbin/adjkerntz + /sbin/adjkerntz -i fi else rm -f /etc/wall_cmos_clock