CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/02/02 10:51:11
Modified files:
etc/rc.d : eigrpd httpd ldpd npppd ntpd ospf6d ospfd
relayd ripd snmpd vmd smtpd
usr.sbin/bgpd : bgpd.c
usr.sbin/dvmrpd: dvmrpd.c
usr.sbin/eigrpd: eigrpd.c
usr.sbin/hostapd: privsep.c
usr.sbin/httpd : httpd.c
usr.sbin/ldpd : ldpd.c
usr.sbin/npppd/npppd: privsep.c
usr.sbin/ntpd : ntpd.c
usr.sbin/ospf6d: ospf6d.c
usr.sbin/ospfd : ospfd.c
usr.sbin/relayd: relayd.c
usr.sbin/ripd : ripd.c
usr.sbin/snmpd : snmpd.c
usr.sbin/vmd : vmd.c
usr.sbin/smtpd : smtpd.c
Log message:
Remove setproctitle() for the parent process. Because rc.d(8) uses process
titles (including flags) to distinguish between daemons, this makes it
possible to manage multiple copies of a daemon using the normal infrastructure
by symlinking rc.d scripts to a new name. ok jung@ ajacoutot@, smtpd ok gilles@