diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-02-20 17:17:08 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-02-20 17:17:08 +0000 |
commit | 0b8555d841b34c250364da199e767c5fd1e5ad25 (patch) | |
tree | 026150b6990e74ca52a2f6d184e951079892cd63 /sysutils/munin-node | |
parent | 49dcbb0e64043ecebaa1bc4f1fcf9aa86a3041e3 (diff) |
Include the rc.d script in pkg-plist so it will be in the package.
PR: ports/120348
Notes
Notes:
svn path=/head/; revision=207657
Diffstat (limited to 'sysutils/munin-node')
-rw-r--r-- | sysutils/munin-node/Makefile | 2 | ||||
-rw-r--r-- | sysutils/munin-node/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile index 18a249243656..66dba986214f 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -7,7 +7,7 @@ PORTNAME= munin PORTVERSION= 1.2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= munin diff --git a/sysutils/munin-node/pkg-plist b/sysutils/munin-node/pkg-plist index 0201c44fb7cf..6604f28cae85 100644 --- a/sysutils/munin-node/pkg-plist +++ b/sysutils/munin-node/pkg-plist @@ -7,7 +7,7 @@ etc/munin/munin-node.conf.sample @unexec if cmp -s %D/etc/munin/plugin-conf.d/plugins.conf %D/etc/munin/plugin-conf.d/plugins.conf.sample; then rm -f %D/etc/munin/plugin-conf.d/plugins.conf; fi etc/munin/plugin-conf.d/plugins.conf.sample -@unexec rm %D/etc/rc.d/munin-node.sh 2>/dev/null || true +etc/rc.d/munin-node.sh sbin/munin-node sbin/munin-node-configure sbin/munin-node-configure-snmp |