CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2011/12/17 15:01:14
Modified files:
comms/conserver: Makefile
comms/conserver/pkg: conserver.rc
databases/pgbouncer: Makefile
databases/pgbouncer/pkg: pgbouncer.rc
net/avahi : Makefile
net/avahi/pkg : avahi_daemon.rc avahi_dnsconfd.rc
net/icinga/core: Makefile
net/icinga/core/pkg: icinga.rc
net/ipcad : Makefile
net/ipcad/pkg : ipcad.rc
net/mrtg : Makefile
net/mrtg/pkg : mrtg.rc
net/nagios/nagios: Makefile
net/nagios/nagios/pkg: nagios.rc
net/nagios/nrpe: Makefile
net/nagios/nrpe/pkg: nrpe.rc
net/pdnsd : Makefile
net/pdnsd/pkg : pdnsd.rc
net/powerdns : Makefile
net/powerdns/pkg: pdns_server.rc
net/rabbitmq : Makefile
net/rabbitmq/pkg: rabbitmq.rc
net/samba : Makefile
net/samba/pkg : nmbd.rc smbd.rc winbindd.rc
net/ushare : Makefile
net/ushare/pkg : ushare.rc
net/vnstat : Makefile
net/vnstat/pkg : vnstatd.rc
mail/cyrus-imapd: Makefile
mail/cyrus-imapd/pkg: cyrus_imapd.rc
mail/exim : Makefile
mail/exim/pkg : exim.rc
mail/p5-Mail-SpamAssassin: Makefile
mail/p5-Mail-SpamAssassin/pkg: spamassassin.rc
mail/postgrey : Makefile
mail/postgrey/pkg: postgrey.rc
security/clamav: Makefile
security/clamav/pkg: freshclam.rc
sysutils/backuppc: Makefile
sysutils/backuppc/pkg: backuppc.rc
www/cherokee : Makefile
www/cherokee/pkg: cherokee.rc
www/polipo : Makefile
www/polipo/pkg : polipo.rc
www/yaws : Makefile
www/yaws/pkg : yaws.rc
x11/slim : Makefile
x11/slim/pkg : slim.rc
Log message:
Where a program with an rc script _requires_ a certain command line
parameter to daemonize, move the parameter from daemon to daemon_flags,
so that the user cannot inadvertently prevent it from daemonizing by
adjusting the flags.
Discussed with ajacoutot and schwarze, this method was suggested
by schwarze@ as a simpler alternative to my diff. ok aja@