rc.conf revision 1.6
11.6Scjs# $NetBSD: rc.conf,v 1.6 1997/03/23 07:57:24 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.3Smycroft 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.6Scjs 181.6Scjs# Daemons required for other daemons 191.6Scjsinetd_flags=DEFAULT # default: ""; use "-l" for libwrap logging 201.6Scjsportmap=YES # YES or NO; normally required. 211.6Scjs 221.6Scjs# Commonly used daemons 231.6Scjsupdate_flags=DEFAULT # default: "30" 241.6Scjssyslogd_flags=DEFAULT # default: "" 251.6Scjstimed_flags=NO # default: "" 261.6Scjsxntpd_flags=NO # default: "" 271.6Scjssendmail_flags=NO # default: "-bd -q30m" 281.6Scjsnamed_flags=NO # default: "" 291.6Scjslpd_flags=DEFAULT # default: "" 301.6Scjs 311.6Scjs# Routing Daemons 321.6Scjsrouted_flags=DEFAULT # default: "-q" 331.6Scjsgated_flags=NO # default: "" (not distributed with NetBSD) 341.6Scjsmrouted_flags=NO # default: "" 351.6Scjs 361.6Scjs# Daemons used to boot other machines over a network 371.6Scjsrarpd_flags=NO # default: "-a" 381.6Scjsbootparamd_flags=NO # default: "" 391.6Scjsdhcpd_flags=NO # default: "" 401.6Scjsrbootd_flags=NO # default: "" 411.6Scjsmopd_flags=NO # default: "-a" 421.6Scjs 431.6Scjs# YP (NIS) daemons 441.6Scjsypbind_flags=NO # default: "" 451.6Scjsypserv_flags=NO # default: "-d" 461.6Scjsyppasswdd_flags=NO # default: "" 471.6Scjs 481.6Scjs# Network file system daemons 491.6Scjsnfs_client=NO # YES or NO. 501.6Scjsnfsiod_flags=DEFAULT # default: "-n 4" 511.6Scjsnfs_server=NO # YES or NO. 521.6Scjsmountd_flags=DEFAULT # default: "" 531.6Scjsnfsd_flags=DEFAULT # default: "-tun 4" 541.6Scjslockd_flags=NO # default: "" 551.6Scjsstatd_flags=NO # default: "" 561.6Scjsamd_flags=NO # default: "-l syslog -x error,noinfo,nostats" 571.1Smrgamd_dir=/amd # AMD's mount directory 581.1Smrgamd_master=/etc/amd/master # AMD 'master' map 591.6Scjs 601.6Scjs# Other daemons: 611.6Scjsrwhod=NO # YES or NO. 621.1Smrgkerberos_server=NO 63