diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cfengine3-legacy/Makefile | 1 | ||||
-rw-r--r-- | sysutils/cfengine3-legacy/files/cf-execd.in | 4 | ||||
-rw-r--r-- | sysutils/cfengine3-legacy/files/cf-serverd.in | 4 | ||||
-rw-r--r-- | sysutils/cfengine3/Makefile | 1 | ||||
-rw-r--r-- | sysutils/cfengine3/files/cf-execd.in | 4 | ||||
-rw-r--r-- | sysutils/cfengine3/files/cf-serverd.in | 4 |
6 files changed, 10 insertions, 8 deletions
diff --git a/sysutils/cfengine3-legacy/Makefile b/sysutils/cfengine3-legacy/Makefile index 93fd61f9c9e7..91781dae2fee 100644 --- a/sysutils/cfengine3-legacy/Makefile +++ b/sysutils/cfengine3-legacy/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-legacy/files/cf-execd.in b/sysutils/cfengine3-legacy/files/cf-execd.in index 08de22a6942c..6c4a47840d68 100644 --- a/sysutils/cfengine3-legacy/files/cf-execd.in +++ b/sysutils/cfengine3-legacy/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-legacy/files/cf-serverd.in b/sysutils/cfengine3-legacy/files/cf-serverd.in index 486208804e8b..d84b25960dd1 100644 --- a/sysutils/cfengine3-legacy/files/cf-serverd.in +++ b/sysutils/cfengine3-legacy/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" 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" |