diff options
author | Cy Schubert <cy@FreeBSD.org> | 2010-07-20 22:27:20 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2010-07-20 22:27:20 +0000 |
commit | ea2cde613a200e07646fc9c06c5bf45024f73b82 (patch) | |
tree | 8b1f6d9c34da499695c6cfbe1212e0213ff3b1ab /sysutils/cfengine3/files | |
parent | Fix the misplaced C shell attempt to redirect stderr to allow a few users (diff) |
Update from 3.0.3 to 3.0.5p1.
Notes
Notes:
svn path=/head/; revision=258006
Diffstat (limited to 'sysutils/cfengine3/files')
-rw-r--r-- | sysutils/cfengine3/files/cf-execd.in | 2 | ||||
-rw-r--r-- | sysutils/cfengine3/files/cf-serverd.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cfengine3/files/cf-execd.in b/sysutils/cfengine3/files/cf-execd.in index 10bd52c4cf20..e6497d17b3bd 100644 --- a/sysutils/cfengine3/files/cf-execd.in +++ b/sysutils/cfengine3/files/cf-execd.in @@ -17,7 +17,7 @@ . /etc/rc.subr -name="cf_execd" +name="cf-execd" rcvar=${name}_enable command="%%PREFIX%%/sbin/${name}" diff --git a/sysutils/cfengine3/files/cf-serverd.in b/sysutils/cfengine3/files/cf-serverd.in index d988c229763e..d80762662f7f 100644 --- a/sysutils/cfengine3/files/cf-serverd.in +++ b/sysutils/cfengine3/files/cf-serverd.in @@ -17,7 +17,7 @@ . /etc/rc.subr -name="cf_serverd" +name="cf-serverd" rcvar=${name}_enable command="%%PREFIX%%/sbin/${name}" |