diff options
author | Cy Schubert <cy@FreeBSD.org> | 2011-02-06 02:46:17 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2011-02-06 02:46:17 +0000 |
commit | 223459a6c78486ffb8deb78de9531a6b11eb544a (patch) | |
tree | 09588ea1a0638cb6ad7d2002f03b6dbe98342ad9 /sysutils/cfengine3/files | |
parent | Update to DEV300_m99. (diff) |
Start cfengine later during boot, as other ports.
Suggested by: dougb
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=268701
Diffstat (limited to 'sysutils/cfengine3/files')
-rw-r--r-- | sysutils/cfengine3/files/cf-execd.in | 3 | ||||
-rw-r--r-- | sysutils/cfengine3/files/cf-serverd.in | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/cfengine3/files/cf-execd.in b/sysutils/cfengine3/files/cf-execd.in index e6497d17b3bd..cf3267f2961f 100644 --- a/sysutils/cfengine3/files/cf-execd.in +++ b/sysutils/cfengine3/files/cf-execd.in @@ -3,8 +3,7 @@ # $FreeBSD$ # # PROVIDE: cf-execd -# REQUIRE: SERVERS -# BEFORE: DAEMON +# REQUIRE: LOGIN # KEYWORD: shutdown # # Add the following line to /etc/rc.conf[.local] to enable cf-execd(8) diff --git a/sysutils/cfengine3/files/cf-serverd.in b/sysutils/cfengine3/files/cf-serverd.in index d80762662f7f..df5f4e8116d5 100644 --- a/sysutils/cfengine3/files/cf-serverd.in +++ b/sysutils/cfengine3/files/cf-serverd.in @@ -3,8 +3,7 @@ # $FreeBSD$ # # PROVIDE: cf-serverd -# REQUIRE: SERVERS -# BEFORE: DAEMON +# REQUIRE: LOGIN # KEYWORD: shutdown # # Add the following line to /etc/rc.conf[.local] to enable cf-serverd(8) |