summaryrefslogtreecommitdiffstats
path: root/etc/rc
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 /etc/rc
parentfdf434f26cb7031423906cfc3da9e20c920ae6d8 (diff)
downloadFreeBSD-src-e61515fa646847d47c5efee7a1180de2dfc7c4ca.zip
FreeBSD-src-e61515fa646847d47c5efee7a1180de2dfc7c4ca.tar.gz
Restore back -i for adjkerntz
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 7b7909f..e14efcc 100644
--- a/etc/rc
+++ b/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 ]
OpenPOWER on IntegriCloud