summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-11-01 16:24:03 +0000
committerache <ache@FreeBSD.org>1994-11-01 16:24:03 +0000
commit2cd718192cdf8c3545eae47040cedfb0b72b411a (patch)
treedf6e022add0df59cd2ee6b512257807693a8b61d /etc/rc
parent30655c50106e7cb8cb66a5a4e27ad089f8f6866e (diff)
downloadFreeBSD-src-2cd718192cdf8c3545eae47040cedfb0b72b411a.zip
FreeBSD-src-2cd718192cdf8c3545eae47040cedfb0b72b411a.tar.gz
Remove -i options from adjkerntz call
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 433b53e..7b7909f 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.35 1994/10/25 08:23:02 davidg Exp $
+# $Id: rc,v 1.36 1994/10/30 04:33:57 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 -i
+adjkerntz
# configure serial devices
if [ -f /etc/rc.serial ]
OpenPOWER on IntegriCloud