pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/cfengine2 Add example crontab entry for cfexe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3bfa9421ee7
branches:  trunk
changeset: 481001:b3bfa9421ee7
user:      ben <ben%pkgsrc.org@localhost>
date:      Thu Sep 23 22:57:28 2004 +0000

description:
Add example crontab entry for cfexecd.  This addresses one of the issues
in PR#26614.

diffstat:

 sysutils/cfengine2/Makefile           |  4 +++-
 sysutils/cfengine2/PLIST              |  3 ++-
 sysutils/cfengine2/files/cfexecd.cron |  4 ++++
 3 files changed, 9 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r 127e9cc956fd -r b3bfa9421ee7 sysutils/cfengine2/Makefile
--- a/sysutils/cfengine2/Makefile       Thu Sep 23 22:51:52 2004 +0000
+++ b/sysutils/cfengine2/Makefile       Thu Sep 23 22:57:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/09/23 22:50:59 ben Exp $
+# $NetBSD: Makefile,v 1.10 2004/09/23 22:57:28 ben Exp $
 #
 
 .include "../../sysutils/cfengine2/Makefile.common"
@@ -27,6 +27,8 @@
        ${INSTALL_MAN} ${WRKSRC}/doc/*.8 ${PREFIX}/man/man8
        ${INSTALL_DATA} ${WRKSRC}/inputs/*.example \
                ${PREFIX}/share/examples/cfengine
+       ${INSTALL_DATA} ${FILESDIR}/cfexecd.cron \
+               ${PREFIX}/share/examples/cfengine
        ${INSTALL_DATA_DIR} /var/cfengine/inputs
 
 .include "../../mk/pthread.buildlink3.mk"
diff -r 127e9cc956fd -r b3bfa9421ee7 sysutils/cfengine2/PLIST
--- a/sysutils/cfengine2/PLIST  Thu Sep 23 22:51:52 2004 +0000
+++ b/sysutils/cfengine2/PLIST  Thu Sep 23 22:57:28 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2004/09/23 22:50:59 ben Exp $
+@comment $NetBSD: PLIST,v 1.5 2004/09/23 22:57:28 ben Exp $
 man/man8/cfagent.8
 man/man8/cfengine.8
 man/man8/cfenvd.8
@@ -31,6 +31,7 @@
 share/examples/cfengine/cf.users.example
 share/examples/cfengine/cfagent.conf-advanced.example
 share/examples/cfengine/cfagent.conf.example
+share/examples/cfengine/cfexecd.cron
 share/examples/cfengine/cfrc.example
 share/examples/cfengine/cfrun.hosts.example
 share/examples/cfengine/cfservd.conf.example
diff -r 127e9cc956fd -r b3bfa9421ee7 sysutils/cfengine2/files/cfexecd.cron
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cfengine2/files/cfexecd.cron     Thu Sep 23 22:57:28 2004 +0000
@@ -0,0 +1,4 @@
+# $NetBSD: cfexecd.cron,v 1.1 2004/09/23 22:57:28 ben Exp $
+#
+# Cfengine
+7,37 * * * * * /usr/pkg/sbin/cfexecd -F



Home | Main Index | Thread Index | Old Index