Remove -i option from adjkerntz

This commit is contained in:
Andrey A. Chernov 1994-11-02 00:00:17 +00:00
parent 3fa88dec7f
commit 07e01ef0c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4066

View file

@ -1,5 +1,5 @@
#!/bin/sh
# $Id: tzsetup.sh,v 1.1 1994/09/13 23:01:59 wollman Exp $
# $Id: tzsetup.sh,v 1.2 1994/09/18 18:27:30 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
adjkerntz -i
/sbin/adjkerntz
fi
else
rm -f /etc/wall_cmos_clock