1997-09-15 15:42:26 +04:00
|
|
|
# $NetBSD: rc.conf,v 1.19 1997/09/15 11:42:26 bouyer Exp $
|
1997-01-05 15:01:54 +03:00
|
|
|
#
|
|
|
|
# see rc.conf(5) for more information.
|
|
|
|
|
|
|
|
# uncomment this if you want to use local paths in rc
|
1997-08-29 14:22:24 +04:00
|
|
|
#export PATH=$PATH:/usr/local/sbin:/usr/local/bin
|
1997-01-05 15:01:54 +03:00
|
|
|
|
1997-08-29 06:24:04 +04:00
|
|
|
# Use program=YES to enable program, NO to disable it. program_flags are
|
|
|
|
# passed to the program on the command line.
|
1997-03-10 12:16:13 +03:00
|
|
|
|
1997-08-29 06:24:04 +04:00
|
|
|
# If this is not set to YES, the system will drop into single-user mode.
|
|
|
|
rc_configured=NO
|
1997-07-22 22:41:08 +04:00
|
|
|
|
1997-05-12 15:33:31 +04:00
|
|
|
# Basic network configuration
|
1997-08-29 06:24:04 +04:00
|
|
|
hostname="" # if blank, use /etc/myname
|
1997-09-15 15:42:26 +04:00
|
|
|
domainname="" # if blank, use /etc/defaultdomain
|
1997-08-29 06:24:04 +04:00
|
|
|
defaultroute="" # if blank, use /etc/mygate
|
1997-05-12 15:33:31 +04:00
|
|
|
|
1997-08-29 06:24:04 +04:00
|
|
|
# One-time actions and programs on boot-up.
|
|
|
|
lkm=YES # run /etc/rc.lkm
|
|
|
|
savecore=YES savecore_flags=""
|
|
|
|
update_motd=YES # updates /etc/motd
|
1997-04-23 05:24:22 +04:00
|
|
|
|
1997-08-29 06:24:04 +04:00
|
|
|
# Networking startup
|
|
|
|
ipfilter=NO # uses /etc/ipf.conf
|
|
|
|
auto_ifconfig=YES # config all avail. interfaces
|
|
|
|
net_interfaces="" # used only if above is NO
|
|
|
|
flushroutes=YES # flush routes in netstart
|
1997-08-29 14:22:24 +04:00
|
|
|
ntpdate=NO ntpdate_hosts="" # blank: hosts in /etc/ntp.conf
|
1997-03-23 10:57:24 +03:00
|
|
|
|
1997-08-29 06:24:04 +04:00
|
|
|
# Daemons required by other daemons
|
1997-09-07 23:13:50 +04:00
|
|
|
inetd=YES inetd_flags="-l" # -l logs libwrap
|
1997-08-29 06:24:04 +04:00
|
|
|
portmap=YES
|
1997-03-23 10:57:24 +03:00
|
|
|
|
|
|
|
# Commonly used daemons
|
1997-08-29 06:24:04 +04:00
|
|
|
update=YES update_flags="30"
|
|
|
|
syslogd=YES syslogd_flags=""
|
|
|
|
named=NO named_flags=""
|
|
|
|
timed=NO timed_flags=""
|
1997-08-29 14:22:24 +04:00
|
|
|
xntpd=NO xntpd_flags="-p /var/run/xntpd.pid"
|
|
|
|
sendmail=NO sendmail_flags="-bd -q30m"
|
1997-08-29 06:24:04 +04:00
|
|
|
lpd=YES lpd_flags=""
|
1997-03-23 10:57:24 +03:00
|
|
|
|
1997-08-29 06:24:04 +04:00
|
|
|
# Routing daemons
|
|
|
|
routed=NO routed_flags="-q"
|
|
|
|
gated=NO gated_flags=""
|
|
|
|
mrouted=NO mrouted_flags=""
|
1997-03-23 10:57:24 +03:00
|
|
|
|
1997-08-29 06:24:04 +04:00
|
|
|
# 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"
|
1997-03-23 10:57:24 +03:00
|
|
|
|
|
|
|
# YP (NIS) daemons
|
1997-08-29 06:24:04 +04:00
|
|
|
ypbind=NO ypbind_flags=""
|
|
|
|
ypserv=NO ypserv_flags="-d"
|
|
|
|
yppasswdd=NO yppasswdd_flags=""
|
1997-03-23 10:57:24 +03:00
|
|
|
|
1997-08-29 06:24:04 +04:00
|
|
|
# NFS daemons and parameters
|
1997-08-29 14:22:24 +04:00
|
|
|
nfs_client=NO # enable client daemons
|
1997-08-29 06:24:04 +04:00
|
|
|
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
|
1997-03-23 10:57:24 +03:00
|
|
|
|
1997-08-29 06:24:04 +04:00
|
|
|
# Other daemons
|
|
|
|
apmd=NO apmd_flags=""
|
1997-08-29 14:22:24 +04:00
|
|
|
rwhod=NO
|
1997-08-29 06:24:04 +04:00
|
|
|
kerberos=NO
|