mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 04:43:32 +00:00
Restore back -i for adjkerntz
This commit is contained in:
parent
f30089ed19
commit
a3d3b73b53
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4091
4
etc/rc
4
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 ]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user