aboutsummaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-05-19 22:30:26 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-05-19 22:30:26 +0000
commitd7f1a3eb6ad9722cb753e07cd19a4aa6ce5a0551 (patch)
treeff5077904c7bed400a55e7063b50786b180f79dc /etc/rc
parentef70eb97833bf757a4d804ea3269ad9dc6c67333 (diff)
Notes
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc6
1 files changed, 1 insertions, 5 deletions
diff --git a/etc/rc b/etc/rc
index 9efe63673eef5..8dc6680a47714 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.88 1996/05/03 05:37:04 asami Exp $
+# $Id: rc,v 1.89 1996/05/08 09:25:57 jkh Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -84,10 +84,6 @@ if [ $? != 0 ]; then
exit 1
fi
-# If the machine runs wall CMOS clock (compatible with MSDOS),
-# 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
# If there is a global system configuration file, suck it in.