summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tzsetup
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-11-02 00:00:17 +0000
committerache <ache@FreeBSD.org>1994-11-02 00:00:17 +0000
commitdb7efc262840dcf027d79883afc984576e306787 (patch)
treec411bb1804bb5a0a0c156b0471e25e6916bf1638 /usr.sbin/tzsetup
parentf22ba017a05b76c7d6527ba987fe81cdef085ced (diff)
downloadFreeBSD-src-db7efc262840dcf027d79883afc984576e306787.zip
FreeBSD-src-db7efc262840dcf027d79883afc984576e306787.tar.gz
Remove -i option from 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 8b71091..9405e8e 100644
--- a/usr.sbin/tzsetup/tzsetup.sh
+++ b/usr.sbin/tzsetup/tzsetup.sh
@@ -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
OpenPOWER on IntegriCloud