aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cfengine3
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2009-12-21 23:28:42 +0000
committerCy Schubert <cy@FreeBSD.org>2009-12-21 23:28:42 +0000
commit0290fbcedf4eaf1e51eeaaa8573c02803d0a5ec4 (patch)
tree801990c24e4e37524bd933dad94c3161b7acad16 /sysutils/cfengine3
parentba8a0cfdfebc0227f55f5628318cf9fa71535c04 (diff)
downloadports-0290fbcedf4eaf1e51eeaaa8573c02803d0a5ec4.tar.gz
ports-0290fbcedf4eaf1e51eeaaa8573c02803d0a5ec4.zip
Notes
Diffstat (limited to 'sysutils/cfengine3')
-rw-r--r--sysutils/cfengine3/Makefile1
-rw-r--r--sysutils/cfengine3/files/cf-execd.in4
-rw-r--r--sysutils/cfengine3/files/cf-serverd.in4
3 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile
index 93fd61f9c9e7..91781dae2fee 100644
--- a/sysutils/cfengine3/Makefile
+++ b/sysutils/cfengine3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cfengine
PORTVERSION= 3.0.2
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.cfengine.org/tarballs/
diff --git a/sysutils/cfengine3/files/cf-execd.in b/sysutils/cfengine3/files/cf-execd.in
index 08de22a6942c..6c4a47840d68 100644
--- a/sysutils/cfengine3/files/cf-execd.in
+++ b/sysutils/cfengine3/files/cf-execd.in
@@ -17,13 +17,13 @@
. %%RC_SUBR%%
-name="cf-execd"
+name="cf_execd"
rcvar=${name}_enable
command="%%PREFIX%%/sbin/${name}"
load_rc_config $name
-: ${cf-execd_enable="NO"}
+: ${cf_execd_enable="NO"}
run_rc_command "$1"
diff --git a/sysutils/cfengine3/files/cf-serverd.in b/sysutils/cfengine3/files/cf-serverd.in
index 486208804e8b..d84b25960dd1 100644
--- a/sysutils/cfengine3/files/cf-serverd.in
+++ b/sysutils/cfengine3/files/cf-serverd.in
@@ -17,13 +17,13 @@
. %%RC_SUBR%%
-name="cf-serverd"
+name="cf_serverd"
rcvar=${name}_enable
command="%%PREFIX%%/sbin/${name}"
load_rc_config $name
-: ${cf-serverd_enable="NO"}
+: ${cf_serverd_enable="NO"}
run_rc_command "$1"