Summary: | www/perlbal: init script needs updating because `-f' flag is no longer used | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Dean Matzkov <bapabooiee> |
Component: | Individual Port(s) | Assignee: | Baptiste Daroussin <bapt> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Dean Matzkov
2011-04-22 02:50:09 UTC
Responsible Changed From-To: freebsd-ports-bugs->perl Over to maintainer (via the GNATS Auto Assign Tool) And while we're at it, we'd probably also want to properly background perlbal using the --daemon flag. bapt 2011-04-23 07:32:55 UTC FreeBSD ports repository Modified files: www/perlbal Makefile www/perlbal/files perlbal.in Log: - fix rc script: use --config instead of -f and --daemon instead of & [1] while here: - move configuration to perlbal subdirectory (as upstream recommands) - s,/etc/perlbal,${PREFIX}/etc/perlbal,g in doc and code for consistency - add a new dependency on p5-IO-AIO PR: ports/156559 Submitted by: Dean Matzkov <bapabooiee _at_ gmail.com> Revision Changes Path 1.24 +16 -5 ports/www/perlbal/Makefile 1.3 +4 -2 ports/www/perlbal/files/perlbal.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" Responsible Changed From-To: perl->bapt I'll take it. State Changed From-To: open->closed Committed. Thanks! |