[BACK]Return to rc.conf CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

File: [cvs.NetBSD.org] / src / etc / rc.conf (download)

Revision 1.22, Fri Oct 10 09:37:59 1997 UTC (26 years, 6 months ago) by drochner
Branch: MAIN
CVS Tags: netbsd-1-3-base
Branch point for: netbsd-1-3
Changes since 1.21: +4 -1 lines

Replace the (slightly broken) check to avoid double mounting of
filesystems by a correct one. (too bad that there was no agreement
about a mount option doing the same...)
Introduce a new rc.conf variable to mount user-defined filesystems
early in startup (eg for syslog, crashdumps, ...).

#	$NetBSD: rc.conf,v 1.22 1997/10/10 09:37:59 drochner Exp $
#
# see rc.conf(5) for more information.

# uncomment this if you want to use local paths in rc
#export PATH=$PATH:/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

# Basic network configuration
hostname=""					# if blank, use /etc/myname
domainname=""					# if blank, use /etc/defaultdomain
defaultroute=""					# if blank, use /etc/mygate

# Filesystems (besides /usr and /var) to mount early in boot-up
critical_filesystems=""

# One-time actions and programs on boot-up.
lkm=YES						# run /etc/rc.lkm
savecore=YES		savecore_flags=""
update_motd=YES					# updates /etc/motd

# Networking startup
ipfilter=NO					# uses /etc/ipf.conf
ipmon=NO		ipmon_flags="-sn"	# syslog ipfilter messages
auto_ifconfig=YES				# config all avail. interfaces
net_interfaces=""				# used only if above is NO
flushroutes=YES					# flush routes in netstart
ntpdate=NO		ntpdate_hosts=""	# blank: hosts in /etc/ntp.conf

# Daemons required by other daemons
inetd=YES		inetd_flags="-l"	# -l logs libwrap
portmap=YES

# Commonly used daemons
update=YES		update_flags="30"
syslogd=YES		syslogd_flags=""
named=NO		named_flags=""
timed=NO		timed_flags=""
xntpd=NO		xntpd_flags="-p /var/run/xntpd.pid"
sendmail=NO		sendmail_flags="-bd -q30m"
lpd=NO			lpd_flags=""

# Routing daemons
routed=NO		routed_flags="-q"
gated=NO		gated_flags=""
mrouted=NO		mrouted_flags=""

# Daemons used to boot other hosts over a network
rarpd=NO		rarpd_flags="-a"
bootparamd=NO		bootparamd_flags=""
dhcpd=NO		dhcpd_flags=""
rbootd=NO		rbootd_flags=""
mopd=NO			mopd_flags="-a"

# YP (NIS) daemons
ypbind=NO		ypbind_flags=""
ypserv=NO		ypserv_flags="-d"
yppasswdd=NO		yppasswdd_flags=""

# NFS daemons and parameters
nfs_client=NO					# enable client daemons
			nfsiod_flags="-n 4"
nfs_server=NO					# enable server daemons
			mountd_flags=""
			nfsd_flags="-tun 4"
lockd=NO		lockd_flags=""
statd=NO		statd_flags=""
amd=NO			amd_flags="-l syslog -x error,noinfo,nostats"
			amd_dir=/amd			# mount dir
			amd_master=/etc/amd/master	# master map

# Other daemons
apmd=NO			apmd_flags=""
rwhod=NO
kerberos=NO