Only start programms which we started in the previous version (1.15)

and also don't use the PATH with /usr/local/sbin:/usr/local/bin .
This commit is contained in:
veego 1997-08-29 10:22:24 +00:00
parent 61cf6ecccc
commit fb251b85eb

View File

@ -1,9 +1,9 @@
# $NetBSD: rc.conf,v 1.16 1997/08/29 02:24:06 cjs Exp $
# $NetBSD: rc.conf,v 1.17 1997/08/29 10:22:24 veego 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
#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.
@ -26,7 +26,7 @@ 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
ntpdate=YES ntpdate_hosts="" # blank: hosts in /etc/ntp.conf
ntpdate=NO ntpdate_hosts="" # blank: hosts in /etc/ntp.conf
# Daemons required by other daemons
inetd=YES inetd_flags="" # -l will log libwrap
@ -37,8 +37,8 @@ update=YES update_flags="30"
syslogd=YES syslogd_flags=""
named=NO named_flags=""
timed=NO timed_flags=""
xntpd=YES xntpd_flags="-p /var/run/xntpd.pid"
sendmail=YES sendmail_flags="-bd -q30m"
xntpd=NO xntpd_flags="-p /var/run/xntpd.pid"
sendmail=NO sendmail_flags="-bd -q30m"
lpd=YES lpd_flags=""
# Routing daemons
@ -59,7 +59,7 @@ ypserv=NO ypserv_flags="-d"
yppasswdd=NO yppasswdd_flags=""
# NFS daemons and parameters
nfs_client=YES # enable client daemons
nfs_client=NO # enable client daemons
nfsiod_flags="-n 4"
nfs_server=NO # enable server daemons
mountd_flags=""
@ -72,5 +72,5 @@ amd=NO amd_flags="-l syslog -x error,noinfo,nostats"
# Other daemons
apmd=NO apmd_flags=""
rwhod=YES
rwhod=NO
kerberos=NO