Bug 142352

Summary: /usr/ports/sysutils/cfengine3 inconsistent startup files
Product: Ports & Packages Reporter: Charlie & <root>
Component: Individual Port(s)Assignee: Cy Schubert <cy>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Charlie & 2010-01-05 16:10:01 UTC

Fix: @@ -20,7 +20,7 @@
 name="cf_execd"
 rcvar=${name}_enable

-command="%%PREFIX%%/sbin/${name}"
+command=%%PREFIX%%/sbin/cf-execd

 load_rc_config $name



@@ -20,7 +20,7 @@
 name="cf_serverd"
 rcvar=${name}_enable

-command="%%PREFIX%%/sbin/${name}"
+command=%%PREFIX%%/sbin/cf-serverd

 load_rc_config $name--MWDblaKW6nip8NCP55Qi9jJGCYBgP8yof4s8j5gI5CMQZkDS
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- cf-execd.in.orig    Mon Jan  4 13:52:03 2010
+++ cf-execd.in Mon Jan  4 14:05:58 2010
@@ -9,9 +9,9 @@
 #
 # Add the following line to /etc/rc.conf[.local] to enable cf-execd(8)
 #
-# cf-execd_enable (bool):        Set to "NO" by default.
+# cf_execd_enable (bool):        Set to "NO" by default.
 #                               Set it to "YES" to enable cf-execd.
-# cf-execd_flags (str):          Custom additional arguments to be passed
+# cf_execd_flags (str):          Custom additional arguments to be passed
 #                               to cf-execd (default empty).
 #
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-05 16:10:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Cy Schubert freebsd_committer freebsd_triage 2011-05-04 05:26:51 UTC
State Changed
From-To: open->closed

Dup of ports/155495.