ports/142352: /usr/ports/sysutils/cfengine3 inconsistent startup files

Charlie & root at beboka.volia.net
Tue Jan 5 16:10:02 UTC 2010


>Number:         142352
>Category:       ports
>Synopsis:       /usr/ports/sysutils/cfengine3 inconsistent startup files
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 05 16:10:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Charlie &
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD 6.2-STABLE FreeBSD 6.2-STABLE #2: Sat Mar 3 16:05:53 EET 2007 


	
>Description:
	
>How-To-Repeat:
	
>Fix:
	

--- 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).
 #

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

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

 load_rc_config $name

--- cf-serverd.in.orig  Mon Jan  4 13:52:09 2010
+++ cf-serverd.in       Mon Jan  4 14:07:02 2010
@@ -9,9 +9,9 @@
 #
 # Add the following line to /etc/rc.conf[.local] to enable cf-serverd(8)
 #
-# cf-serverd_enable (bool):        Set to "NO" by default.
+# cf_serverd_enable (bool):        Set to "NO" by default.
 #                               Set it to "YES" to enable cf-serverd.
-# cf-serverd_flags (str):          Custom additional arguments to be passed
+# cf_serverd_flags (str):          Custom additional arguments to be passed
 #                               to cf-serverd (default empty).
 #

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

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

 load_rc_config $name


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list