The startup scripts contain errors with confuse the shell. Fix them.

PR:		139078
This commit is contained in:
Cy Schubert 2009-12-21 23:28:42 +00:00
parent ba8a0cfdfe
commit 0290fbcedf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246405
6 changed files with 10 additions and 8 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= cfengine
PORTVERSION= 3.0.2
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.cfengine.org/tarballs/

View file

@ -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"

View file

@ -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"

View file

@ -7,6 +7,7 @@
PORTNAME= cfengine
PORTVERSION= 3.0.2
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.cfengine.org/tarballs/

View file

@ -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"

View file

@ -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"