The rc.d scripts provided with sysutils/cfengine3 are using a hyphen for the name of the rcvar in the cf-serverd and cf-execd rc.d scripts. This is preventing cf-serverd and cf-execd from starting up. Please update the port with the provided patch, which replaces the hyphens to underscores in the rc.d scripts. Fix: Patch attached with submission follows: How-To-Repeat: 1. Install sysutils/cfengine3 2. Execute the cf-serverd and cf-execd scripts from /usr/local/etc.rc.d
Responsible Changed From-To: freebsd-ports-bugs->cy Over to maintainer (via the GNATS Auto Assign Tool)
cy 2011-03-13 01:21:18 UTC FreeBSD ports repository Modified files: sysutils/cfengine3 Makefile sysutils/cfengine3/files cf-execd.in cf-serverd.in Log: Replace dashes ("-") in rc scripts with underbars ("_"). PR: 155495 Submitted by: arin Atanasov Nikolov <dnaeon@gmail.com> Revision Changes Path 1.55 +1 -0 ports/sysutils/cfengine3/Makefile 1.7 +5 -5 ports/sysutils/cfengine3/files/cf-execd.in 1.7 +5 -5 ports/sysutils/cfengine3/files/cf-serverd.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 for the patch.