diff options
author | ben <ben@pkgsrc.org> | 2004-09-23 23:16:33 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2004-09-23 23:16:33 +0000 |
commit | b615eae94e8f352c777a76a864648946b9e8bebf (patch) | |
tree | b37d125ad52d58ca873af2a8f931cfe231361c65 /sysutils/cfengine2/MESSAGE | |
parent | 9205dca0fbd92c49ed437996ab3389fa44008ca3 (diff) | |
download | pkgsrc-b615eae94e8f352c777a76a864648946b9e8bebf.tar.gz |
Remove example crontab entry from FILESDIR and add it to MESSAGE, the more
customary place.
Diffstat (limited to 'sysutils/cfengine2/MESSAGE')
-rw-r--r-- | sysutils/cfengine2/MESSAGE | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/cfengine2/MESSAGE b/sysutils/cfengine2/MESSAGE index b016f728240..cbf37d8ac45 100644 --- a/sysutils/cfengine2/MESSAGE +++ b/sysutils/cfengine2/MESSAGE @@ -1,8 +1,7 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2004/08/18 23:03:44 ben Exp $ +$NetBSD: MESSAGE,v 1.2 2004/09/23 23:16:33 ben Exp $ To set up cfengine, install sysutils/cfengine2-doc and see: - ${PREFIX}/share/doc/html/cfengine/cfengine-Tutorial.html At a minimum, you will need: @@ -20,5 +19,8 @@ editfiles: AppendIfNoSuchLine "cfengine 5308/tcp # CFengine" } - +3. Once you are happy using cfengine, you will want it to + run least once per hour. This is easily achieved by + adding the following line to the root crontab: + 7,37 * * * * ${PREFIX}/sbin/cfexecd -F =========================================================================== |