diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2012-01-14 08:57:23 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2012-01-14 08:57:23 +0000 |
| commit | 83eb2c37009874672764765ec3bf3b59286c7391 (patch) | |
| tree | a956ace1a4a1e10876d4c36f12af02bc9df6cb29 /sysutils/cfengine | |
| parent | 3c1484f2613137d7eaba8577f6d580c5532ac912 (diff) | |
Notes
Diffstat (limited to 'sysutils/cfengine')
| -rw-r--r-- | sysutils/cfengine/files/cfexecd.in | 2 | ||||
| -rw-r--r-- | sysutils/cfengine/files/cfservd.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cfengine/files/cfexecd.in b/sysutils/cfengine/files/cfexecd.in index 8a5dafb6b4ec..0edae9657b98 100644 --- a/sysutils/cfengine/files/cfexecd.in +++ b/sysutils/cfengine/files/cfexecd.in @@ -18,7 +18,7 @@ . /etc/rc.subr name="cfexecd" -rcvar=${name}_enable +rcvar=cfexecd_enable command="%%PREFIX%%/sbin/${name}" diff --git a/sysutils/cfengine/files/cfservd.in b/sysutils/cfengine/files/cfservd.in index 75528ad60cc2..068c43a32437 100644 --- a/sysutils/cfengine/files/cfservd.in +++ b/sysutils/cfengine/files/cfservd.in @@ -18,7 +18,7 @@ . /etc/rc.subr name="cfservd" -rcvar=${name}_enable +rcvar=cfservd_enable command="%%PREFIX%%/sbin/${name}" |
