From 0290fbcedf4eaf1e51eeaaa8573c02803d0a5ec4 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Mon, 21 Dec 2009 23:28:42 +0000 Subject: The startup scripts contain errors with confuse the shell. Fix them. PR: 139078 --- sysutils/cfengine3/Makefile | 1 + sysutils/cfengine3/files/cf-execd.in | 4 ++-- sysutils/cfengine3/files/cf-serverd.in | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'sysutils/cfengine3') 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" -- cgit v1.2.3