summaryrefslogtreecommitdiff
path: root/etc/rc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf40
1 files changed, 7 insertions, 33 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 7a3d5ea067b7f..e3050654beda8 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.75 1999/01/13 17:32:37 joerg Exp $
+# $Id: rc.conf,v 1.60 1998/10/06 19:24:14 phk Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -38,39 +38,26 @@ tcp_extensions="NO" # Disallow RFC1323 extensions (or YES).
network_interfaces="lo0" # List of network interfaces (lo0 is loopback).
ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
-#
-# If you have any sppp(4) interfaces above, you might also want to set
-# the following parameters. Refer to spppcontrol(8) for their meaning.
-sppp_interfaces="" # List of sppp interfaces.
-#sppp_interfaces="isp0" # example: sppp over ISDN
-#spppconfig_isp0="authproto=chap myauthname=foo myauthsecret='top secret' hisauthname=some-gw hisauthsecret='another secret'"
### Network daemon (miscellaneous) & NFS options: ###
syslogd_enable="YES" # Run syslog daemon (or NO).
syslogd_flags="" # Flags to syslogd (if enabled).
inetd_enable="YES" # Run the network daemon dispatcher (or NO).
inetd_flags="" # Optional flags to inetd.
-#
-# named. It may be possible to run named in a sandbox, man security for
-# details.
-#
named_enable="NO" # Run named, the DNS server (or NO).
named_program="named" # path to named, if you want a different one.
-named_flags="" # Flags for named
-#named_flags="-u bind -g bind" # Flags for named
-
+named_flags="" # Flags for named (/etc/namedb/named.conf is
+ # the default now).
kerberos_server_enable="NO" # Run a kerberos master server (or NO).
kadmind_server_enable="NO" # Run kadmind (or NO) -- do not run on
# a slave kerberos server
kerberos_stash="" # Is the kerberos master key stashed?
rwhod_enable="NO" # Run the rwho daemon (or NO).
-rwhod_flags="" # Flags for rwhod
amd_enable="NO" # Run amd service with $amd_flags (or NO).
amd_flags="-a /net -c 1800 -k i386 -d my.domain -l syslog /host /etc/amd.map"
amd_map_program="NO" # Can be set to "ypcat -k amd.master"
nfs_client_enable="NO" # This host is an NFS client (or NO).
nfs_client_flags="-n 4" # Flags to nfsiod (if enabled).
-nfs_access_cache="2" # Client cache timeout in seconds
nfs_server_enable="NO" # This host is an NFS server (or NO).
nfs_server_flags="-u -t -n 4" # Flags to nfsd (if enabled).
mountd_flags="-r" # Flags to mountd (if NFS server enabled).
@@ -136,13 +123,6 @@ atm_enable="NO" # Configure ATM interfaces (or NO).
atm_pvcs="" # Set to PVC list (or leave empty).
atm_arps="" # Set to permanent ARP list (or leave empty).
-### ISDN interface options: ###
-isdn_enable="NO" # Enable the ISDN subsystem (or NO).
-isdn_fsdev="/dev/ttyv4" # Output device for fullscreen mode (or NO for daemon mode).
-isdn_flags="-dn -d0x1f9" # Flags for isdnd
-isdn_trace="NO" # Enable the ISDN trace subsystem (or NO).
-isdn_traceflags="-f /var/tmp/isdntrace0" # Flags for isdntrace
-
### Miscellaneous network options: ###
icmp_bmcastecho="NO" # respond to broadcast ping packets
@@ -161,7 +141,7 @@ font8x16="NO" # font 8x16 from /usr/share/syscons/fonts/* (or NO).
font8x14="NO" # font 8x14 from /usr/share/syscons/fonts/* (or NO).
font8x8="NO" # font 8x8 from /usr/share/syscons/fonts/* (or NO).
blanktime="300" # blank time (in seconds) or "NO" to turn it off.
-saver="NO" # screen saver: Uses /modules/${saver}_saver.ko
+saver="NO" # screen saver: blank/daemon/green/snake/star/NO.
moused_enable="NO" # Run the mouse daemon.
moused_type="auto" # See man page for rc.conf(5) for available settings.
moused_port="/dev/cuaa0" # Set to your mouse port.
@@ -176,8 +156,6 @@ allscreens_flags="" # Set this vidcontrol mode for all virtual screens
cron_enable="YES" # Run the periodic job daemon.
lpd_enable="NO" # Run the line printer daemon.
lpd_flags="" # Flags to lpd (if enabled).
-usbd_enable="NO" # Run the usbd daemon.
-usbd_flags="" # Flags to usbd (if enabled).
sendmail_enable="YES" # Run the sendmail daemon (or NO).
sendmail_flags="-bd -q30m" # -bd is pretty mandatory.
dumpdev="NO" # Device name to crashdump to (if enabled).
@@ -187,14 +165,10 @@ ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO).
linux_enable="NO" # Linux emulation loaded at startup (or NO).
rand_irqs="NO" # Stir the entropy pool (like "5 11" or NO).
clear_tmp_enable="NO" # Clear /tmp at startup.
-ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib"
- # shared library search paths
-ldconfig_paths_aout="/usr/lib/compat/aout /usr/X11R6/lib/aout /usr/local/lib/aout"
- # a.out shared library search paths
+ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib" # shared library search paths
+ldconfig_paths_aout="/usr/lib/compat/aout /usr/X11R6/lib/aout /usr/local/lib/aout" # a.out shared library search paths
kern_securelevel_enable="NO" # kernel security level (see init(8)),
-kern_securelevel="-1" # range: -1..3 ; `-1' is the most insecure
-update_motd="YES" # update version info in /etc/motd (or NO)
-vinum_slices="" # put in names of vinum slices to enable vinum
+kern_securelevel="-1" # range: -1..2 ; `-1' is the most insecure
##############################################################
### Allow local configuration override at the very end here ##