Restore back -i for adjkerntz

This commit is contained in:
Andrey A. Chernov 1994-11-02 09:43:38 +00:00
parent f30089ed19
commit a3d3b73b53
2 changed files with 4 additions and 4 deletions

4
etc/rc
View File

@ -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 ]

View File

@ -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