CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/07/06 12:55:36
Modified files:
etc : Makefile rc rc.conf
etc/rc.d : rc.subr
Added files:
etc/rc.d : apmd bgpd bootparamd cron dhcpd dhcrelay dvmrpd
ftpd ftpproxy hostapd hotplugd httpd identd
ifstated iked inetd isakmpd ldapd ldattach ldpd
lpd mopd mrouted named nsd ntpd rarpd rbootd
relayd ripd route6d rtadvd rtsold rwhod sasyncd
sendmail sensorsd smtpd snmpd sshd syslogd
timed watchdogd
Log message:
Add rc.d(8) script for the system daemons that are restartable.
>From now on rc(8) is going to call these scripts to start them up on boot
in the same order than before.
In addition the inetd and rwhod variables in rc.conf are deprecated so that
inetd_flags and rwhod_flags should be used. The old flags are still going
to be used for some time to allow users to switch.
There are more rc modifications to come later so let's put this in so
we can base more work on this.
It is important to mention that you can still keep using rc.local just
like the way you did before, and we have no intention to remove that either.
I'd also like to thank ajacoutot@, halex@, sthen@ and schwarze@ for working
on this with me.