rc.conf revision 1.8
11.8Scjs# $NetBSD: rc.conf,v 1.8 1997/04/02 01:59:04 cjs Exp $ 21.1Smrg# 31.1Smrg# see rc.conf(5) for more information. 41.1Smrg 51.1Smrg# uncomment this if you want to use local paths in rc 61.1Smrg#export PATH=$PATH:/usr/local/sbin:/usr/local/bin 71.1Smrg 81.3Smycroft# `NO' disables a toggle or a program with flags. 91.3Smycroft# `YES' enables a toggle. 101.3Smycroft# `DEFAULT' enables a program with the default flags (as listed). 111.3Smycroft# Any other string is used as a set of flags. 121.7Sperry 131.6Scjs# Programs run on boot 141.6Scjssavecore_flags=DEFAULT # default: "" 151.6Scjslkm_init=YES # YES or NO. 161.6Scjsipfilter=NO # YES or NO. 171.8Scjs 181.8Scjs# Network Interfaces 191.8Scjsnet_interfaces=DEFAULT # default: use "ifconfig -l" to get a list 201.6Scjs 211.6Scjs# Daemons required for other daemons 221.6Scjsinetd_flags=DEFAULT # default: ""; use "-l" for libwrap logging 231.6Scjsportmap=YES # YES or NO; normally required. 241.6Scjs 251.6Scjs# Commonly used daemons 261.6Scjsupdate_flags=DEFAULT # default: "30" 271.6Scjssyslogd_flags=DEFAULT # default: "" 281.6Scjstimed_flags=NO # default: "" 291.6Scjsxntpd_flags=NO # default: "" 301.6Scjssendmail_flags=NO # default: "-bd -q30m" 311.6Scjsnamed_flags=NO # default: "" 321.6Scjslpd_flags=DEFAULT # default: "" 331.6Scjs 341.6Scjs# Routing Daemons 351.6Scjsrouted_flags=DEFAULT # default: "-q" 361.6Scjsgated_flags=NO # default: "" (not distributed with NetBSD) 371.6Scjsmrouted_flags=NO # default: "" 381.6Scjs 391.6Scjs# Daemons used to boot other machines over a network 401.6Scjsrarpd_flags=NO # default: "-a" 411.6Scjsbootparamd_flags=NO # default: "" 421.6Scjsdhcpd_flags=NO # default: "" 431.6Scjsrbootd_flags=NO # default: "" 441.6Scjsmopd_flags=NO # default: "-a" 451.6Scjs 461.6Scjs# YP (NIS) daemons 471.6Scjsypbind_flags=NO # default: "" 481.6Scjsypserv_flags=NO # default: "-d" 491.6Scjsyppasswdd_flags=NO # default: "" 501.6Scjs 511.6Scjs# Network file system daemons 521.6Scjsnfs_client=NO # YES or NO. 531.6Scjsnfsiod_flags=DEFAULT # default: "-n 4" 541.6Scjsnfs_server=NO # YES or NO. 551.6Scjsmountd_flags=DEFAULT # default: "" 561.6Scjsnfsd_flags=DEFAULT # default: "-tun 4" 571.6Scjslockd_flags=NO # default: "" 581.6Scjsstatd_flags=NO # default: "" 591.6Scjsamd_flags=NO # default: "-l syslog -x error,noinfo,nostats" 601.1Smrgamd_dir=/amd # AMD's mount directory 611.1Smrgamd_master=/etc/amd/master # AMD 'master' map 621.6Scjs 631.6Scjs# Other daemons: 641.6Scjsrwhod=NO # YES or NO. 651.1Smrgkerberos_server=NO 66