It seems that perlbal no longer accepts the `-f' flag. Instead, it now expects `--config' to be used when specifying a configuration file. Here's the output I get when starting the script using the default perlbal_flags: ---SNIP--- Unknown option: f Usage: perlbal [OPTS] --help This usage info --version Print perlbal release version --config=[file] Specify Perlbal config file (default: /etc/perlbal/perlbal.conf) --daemon Daemonize ---SNIP--- Fix: Change the `-f' flag to `--config' in perlbal's init script. How-To-Repeat: Install www/perlbal. # /usr/local/etc/rc.d/perlbal onestart
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!