From af4383e1b67df81e99a9fce13089d834220e8928 Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 3 May 1997 11:22:17 +0000 Subject: Update the etc world from RELENG_2_2 which is now more up-to-date (gotta get myself -current again, this is a drag). Also-fixes-problems-noted-by: Wolfgang Helbig & Joerg Wunsch --- etc/rc.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/rc.conf') diff --git a/etc/rc.conf b/etc/rc.conf index a0770c1..7644a50 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.4 1997/04/28 10:07:21 jkh Exp $ +# $Id: rc.conf,v 1.1.2.5 1997/05/01 23:42:19 jkh Exp $ ############################################################## ### Important initial Boot-time options ##################### @@ -28,7 +28,7 @@ local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs. hostname="myname.my.domain" # Set this! nisdomainname="NO" # Set to NIS domain if using NIS (or NO). firewall="NO" # Set to firewall type or NO for none. -tcp_extentions="YES" # Allow RFC1323 & RFC1544 extentions (or NO). +tcp_extensions="YES" # Allow RFC1323 & RFC1544 extensions (or NO). network_interfaces="lo0" # List of network interfaces (lo0 is loopback). ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. @@ -59,7 +59,7 @@ ntpdate_enable="NO" # Run the ntpdate to sync time (or NO). ntpdate_flags="" # Flags to ntpdate (if enabled). xntpd_enable="NO" # Run xntpd Network Time Protocol (or NO). xntpd_flags="" # Flags to xntpd (if enabled). -tickadj_enable="YES" # If xntp is enabled, also run tickadj. +tickadj_enable="NO" # Run tickadj (or NO). tickadj_flags="-Aq" # Flags to tickadj (if enabled). # Network Information Services (NIS) options: ### -- cgit v1.1