summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tzsetup
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-11-02 09:43:38 +0000
committerache <ache@FreeBSD.org>1994-11-02 09:43:38 +0000
commite61515fa646847d47c5efee7a1180de2dfc7c4ca (patch)
tree3ecc9f73648e301c57783d04d445a2ab347a9bea /usr.sbin/tzsetup
parentfdf434f26cb7031423906cfc3da9e20c920ae6d8 (diff)
downloadFreeBSD-src-e61515fa646847d47c5efee7a1180de2dfc7c4ca.zip
FreeBSD-src-e61515fa646847d47c5efee7a1180de2dfc7c4ca.tar.gz
Restore back -i for adjkerntz
Diffstat (limited to 'usr.sbin/tzsetup')
-rw-r--r--usr.sbin/tzsetup/tzsetup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tzsetup/tzsetup.sh b/usr.sbin/tzsetup/tzsetup.sh
index 9405e8e..f3d9431 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
OpenPOWER on IntegriCloud