The mail/p5-qpsmtpd rc.d script: - contains a typo - does not daemonize the process by default - does not check if the process is currently running - does not provide output to STDOUT on start-up, shutdown, or when errors are encountered Fix: The attached patch addresses the following: - fixes a typo following the '-u' argument - adds the '-d' (daemon) argument by default - adds sanity checking for starting/stopping the service - provides verbose output Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->pgollucci Over to maintainer (via the GNATS Auto Assign Tool)
pgollucci 2009-12-10 05:07:07 UTC FreeBSD ports repository Modified files: mail/p5-qpsmtpd/files qpsmtpd.in Log: Apply the following fixes to the rc.d script - contains a typo - does not daemonize the process by default - does not check if the process is currently running - does not provide output to STDOUT on start-up, shutdown, or when errors are encountered PR: ports/141330 Submitted by: Glen Barber <glen.j.barber@gmail.com> Revision Changes Path 1.2 +23 -2 ports/mail/p5-qpsmtpd/files/qpsmtpd.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!