rc.conf revision 1.9
11.9Sperry# $NetBSD: rc.conf,v 1.9 1997/04/23 01:24:23 perry 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.9Sperry 131.9Sperry# Actions to take on boot 141.9Sperryupdate_motd=YES # YES or NO 151.7Sperry 161.6Scjs# Programs run on boot 171.6Scjssavecore_flags=DEFAULT # default: "" 181.6Scjslkm_init=YES # YES or NO. 191.6Scjsipfilter=NO # YES or NO. 201.8Scjs 211.8Scjs# Network Interfaces 221.8Scjsnet_interfaces=DEFAULT # default: use "ifconfig -l" to get a list 231.6Scjs 241.6Scjs# Daemons required for other daemons 251.6Scjsinetd_flags=DEFAULT # default: ""; use "-l" for libwrap logging 261.6Scjsportmap=YES # YES or NO; normally required. 271.6Scjs 281.6Scjs# Commonly used daemons 291.6Scjsupdate_flags=DEFAULT # default: "30" 301.6Scjssyslogd_flags=DEFAULT # default: "" 311.6Scjstimed_flags=NO # default: "" 321.6Scjsxntpd_flags=NO # default: "" 331.6Scjssendmail_flags=NO # default: "-bd -q30m" 341.6Scjsnamed_flags=NO # default: "" 351.6Scjslpd_flags=DEFAULT # default: "" 361.6Scjs 371.6Scjs# Routing Daemons 381.6Scjsrouted_flags=DEFAULT # default: "-q" 391.6Scjsgated_flags=NO # default: "" (not distributed with NetBSD) 401.6Scjsmrouted_flags=NO # default: "" 411.6Scjs 421.6Scjs# Daemons used to boot other machines over a network 431.6Scjsrarpd_flags=NO # default: "-a" 441.6Scjsbootparamd_flags=NO # default: "" 451.6Scjsdhcpd_flags=NO # default: "" 461.6Scjsrbootd_flags=NO # default: "" 471.6Scjsmopd_flags=NO # default: "-a" 481.6Scjs 491.6Scjs# YP (NIS) daemons 501.6Scjsypbind_flags=NO # default: "" 511.6Scjsypserv_flags=NO # default: "-d" 521.6Scjsyppasswdd_flags=NO # default: "" 531.6Scjs 541.6Scjs# Network file system daemons 551.6Scjsnfs_client=NO # YES or NO. 561.6Scjsnfsiod_flags=DEFAULT # default: "-n 4" 571.6Scjsnfs_server=NO # YES or NO. 581.6Scjsmountd_flags=DEFAULT # default: "" 591.6Scjsnfsd_flags=DEFAULT # default: "-tun 4" 601.6Scjslockd_flags=NO # default: "" 611.6Scjsstatd_flags=NO # default: "" 621.6Scjsamd_flags=NO # default: "-l syslog -x error,noinfo,nostats" 631.1Smrgamd_dir=/amd # AMD's mount directory 641.1Smrgamd_master=/etc/amd/master # AMD 'master' map 651.6Scjs 661.6Scjs# Other daemons: 671.6Scjsrwhod=NO # YES or NO. 681.1Smrgkerberos_server=NO 69