summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/rc8
-rw-r--r--etc/rc.conf4
2 files changed, 3 insertions, 9 deletions
diff --git a/etc/rc b/etc/rc
index 656b0fd..9e69aa8 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
-#!/bin/sh
-# $Id: rc,v 1.157 1998/09/16 22:42:56 brian Exp $
+'#!/bin/sh
+# $Id: rc,v 1.158 1998/09/30 14:44:57 cracauer Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -191,10 +191,6 @@ if [ "X${syslogd_enable}" = X"YES" ]; then
rm -f /var/run/log
echo -n ' syslogd'; syslogd ${syslogd_flags}
fi
-
-if [ "X${tickadj_enable}" = X"YES" ]; then
- echo -n ' tickadj'; tickadj ${tickadj_flags--Aq}
-fi
echo '.'
# enable dumpdev so that savecore can see it
diff --git a/etc/rc.conf b/etc/rc.conf
index 7404d92..e305065 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -6,7 +6,7 @@
#
# All arguments must be in double or single quotes.
#
-# $Id: rc.conf,v 1.59 1998/09/23 04:42:02 jkh Exp $
+# $Id: rc.conf,v 1.60 1998/10/06 19:24:14 phk Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -83,8 +83,6 @@ ntpdate_flags="" # Flags to ntpdate (if enabled).
xntpd_enable="NO" # Run xntpd Network Time Protocol (or NO).
xntpd_program="xntpd" # path to xntpd, if you want a different one.
xntpd_flags="-p /var/run/xntpd.pid" # Flags to xntpd (if enabled).
-tickadj_enable="NO" # Run tickadj (or NO).
-tickadj_flags="-Aq" # Flags to tickadj (if enabled).
# Network Information Services (NIS) options: ###
nis_client_enable="NO" # We're an NIS client (or NO).
OpenPOWER on IntegriCloud