Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/etc pull up revs 1.89 - 1.92:
details: https://anonhg.NetBSD.org/src/rev/a7541916de0d
branches: netbsd-1-5
changeset: 488999:a7541916de0d
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Aug 09 18:35:00 2000 +0000
description:
pull up revs 1.89 - 1.92:
approved by: thorpej
1.89:
- be consistent in formatting sentences
- note that xdm might need wscons for local X servers (c.f.
[install/9967])
1.90:
clarify the difference between $critical_filesystems_beforenet and
$critical_filesystems, and why `/var' should be in the former (or
implied as part of `/' which is already mounted).
1.91:
Add $sshd and $sshd_flags for use by both usr.bin/sshd and
pkgsrc/security/{open,}ssh. As a precedent, note the presence of
$gated, even though we do not distribute gated outside of pkgsrc.
1.92:
Add kdc/kdc_flags variables.
[this had already been done by thorpej in 1.85.2.4, but kdc was YES
on the branch but NO on the trunk, so I turned it off again]
diffstat:
etc/rc.conf | 99 +++++++++++++++++++++++++++++++++++++++++-------------------
1 files changed, 68 insertions(+), 31 deletions(-)
diffs (194 lines):
diff -r 706775c27356 -r a7541916de0d etc/rc.conf
--- a/etc/rc.conf Wed Aug 09 17:49:40 2000 +0000
+++ b/etc/rc.conf Wed Aug 09 18:35:00 2000 +0000
@@ -1,41 +1,59 @@
-# $NetBSD: rc.conf,v 1.85.2.4 2000/08/06 21:39:55 thorpej Exp $
+# $NetBSD: rc.conf,v 1.85.2.5 2000/08/09 18:35:00 lukem Exp $
#
# see rc.conf(5) for more information.
+#
+# Use program=YES to enable program, NO to disable it. program_flags are
+# passed to the program on the command line.
+#
-# uncomment this if you want to use local paths in rc
+# Uncomment this if you want to use local paths in rc.
+#
#export PATH=$PATH:/usr/pkg/sbin:/usr/pkg/bin:/usr/local/sbin:/usr/local/bin
-# Use program=YES to enable program, NO to disable it. program_flags are
-# passed to the program on the command line.
-
# If this is not set to YES, the system will drop into single-user mode.
+#
rc_configured=NO
# If this is set to NO, shutdown(8) will not run /etc/rc.shutdown.
+#
do_rcshutdown=YES
# Basic network configuration
-
-# Fully Qualified Internet Domain Name (a.k.a. hostname, e.g. foo.baz.edu)
-hostname="" # if blank, use /etc/myname
+#
-# if there's only one way out of your network, set this to the hostname
+# Fully Qualified Internet Domain Name (a.k.a. hostname, e.g. foo.baz.edu).
+# If blank, use /etc/myname.
+#
+hostname=""
+
+# If there's only one way out of your network, set this to the hostname
# or the IP address of the router that will get your packets off the LAN.
-defaultroute="" # if blank, use /etc/mygate
+# If blank, use /etc/mygate.
+#
+defaultroute=""
-# the NIS domain name (formerly known as Yellow Pages); not in any way
+# The NIS domain name (formerly known as Yellow Pages); not in any way
# related to Internet domain names.
-domainname="" # if blank, use /etc/defaultdomain
+# If blank, use /etc/defaultdomain.
+#
+domainname=""
-# Filesystems to mount early in boot-up
-critical_filesystems_beforenet="/usr /var"
-critical_filesystems=""
+# Filesystems to mount early in boot-up.
+# Note that `/var' is needed in $critical_filesystems_beforenet (or
+# implied as part of `/') as certain services that need /var (such as
+# dhclient) may be needed to get the network operational enough to mount
+# the $critical_filesystems.
+#
+critical_filesystems_beforenet="/var"
+critical_filesystems="/usr"
# Set this to YES if you have purposefully setup no swap partitions and
-# don't want to be warned about it
+# don't want to be warned about it.
+#
no_swap=NO
# One-time actions and programs on boot-up.
+#
lkm=NO # run /etc/rc.lkm
savecore=YES savecore_flags="-z"
clear_tmp=YES # clear /tmp after reboot
@@ -48,14 +66,16 @@
# Security setting. If $securelevel is non-empty, the system securelevel
# is set to this value early in the boot sequence. Otherwise the default
# action is taken (see init(8)).
+#
securelevel="" # securelevel to set to
# To set the IP address of an interface either use
-# ifconfig_xxN="IP-NO"
-# where xxN is the interface. The this variable is not set the
+# ifconfig_xxN="IP-NO"
+# where xxN is the interface. If this variable is not set then
# contents of the file /etc/ifconfig.xxN is used.
-# Networking startup
+# Networking startup.
+#
ipfilter=NO # uses /etc/ipf.conf
ipnat=NO # uses /etc/ipnat.conf
ipsec=NO # uses /etc/ipsec.conf
@@ -71,12 +91,18 @@
rtsol=NO rtsol_flags="" # for ip6mode=autohost only
# Daemons required by servers. These are not needed for strictly client use.
+#
+
# inetd is used to start the IP-based services enabled in /etc/inetd.conf
+#
inetd=YES inetd_flags="-l" # -l logs libwrap
+
# rpcbind is used to look up RPC-based services.
+#
rpcbind=NO rpcbind_flags="-l" # -l logs libwrap
-# Commonly used daemons
+# Commonly used daemons.
+#
syslogd=YES syslogd_flags="-s" # -s "secure" unix domain only
cron=YES
named=NO named_flags=""
@@ -85,15 +111,18 @@
sendmail=NO sendmail_flags="-bd -q30m"
postfix=NO
lpd=NO lpd_flags="-s" # -s "secure" unix domain only
+sshd=NO sshd_flags=""
-# Routing daemons
+# Routing daemons.
+#
routed=NO routed_flags="-q"
gated=NO gated_flags=""
mrouted=NO mrouted_flags=""
route6d=NO route6d_flags=""
rtsold=NO rtsold_flags="" # for ip6mode=autohost only
-# Daemons used to boot other hosts over a network
+# Daemons used to boot other hosts over a network.
+#
rarpd=NO rarpd_flags="-a"
bootparamd=NO bootparamd_flags=""
dhcpd=NO dhcpd_flags="-q"
@@ -102,16 +131,20 @@
mopd=NO mopd_flags="-a"
rtadvd=NO rtadvd_flags=""
-# X11 daemons:
+# X11 daemons.
+#
xfs=NO xfs_flags="" # X11 font server
-xdm=NO xdm_flags="" # X11 display manager
+xdm=NO xdm_flags="" # X11 display manager; needs
+ # wscons=YES for local displays.
-# YP (NIS) daemons
+# YP (NIS) daemons.
+#
ypbind=NO ypbind_flags=""
ypserv=NO ypserv_flags="-d"
yppasswdd=NO yppasswdd_flags=""
-# NFS daemons and parameters
+# NFS daemons and parameters.
+#
nfs_client=NO # enable client daemons
nfs_server=NO # enable server daemons
mountd_flags=""
@@ -123,19 +156,23 @@
amd_master=/etc/amd/master # master map
# Heimdal Kerberos 5 KDC (with Kerberos IV compatibility)
-kdc=YES kdc_flags=""
+kdc=NO kdc_flags=""
-# Other daemons
+# Other daemons.
+#
rwhod=NO
-# Hardware daemons
+# Hardware daemons.
+#
apmd=NO apmd_flags="" # APM power management daemon.
screenblank=NO screenblank_flags="" # wscons and FBIO screenblanker
-# configuration of "wscons" console driver virtual screens
+# Configuration of "wscons" console driver virtual screens.
+#
wscons=NO wscons_flags="" # run /etc/rc.wscons
-# Add local configurations
+# Read in local configuration.
+#
if [ -f /etc/rc.local.conf ]; then
. /etc/rc.local.conf
fi
Home |
Main Index |
Thread Index |
Old Index