diff options
author | seb <seb@pkgsrc.org> | 2007-11-26 22:14:23 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2007-11-26 22:14:23 +0000 |
commit | 29f00a8a56249e0483fe700f7c16a0e601fbb625 (patch) | |
tree | dce7aa67fd23ffe6451e7660b39d7860423d9f6a /net/nagios-nsca/PLIST | |
parent | d6d5f4275bc3688743e5ce6f70ad21cf16f2cec1 (diff) | |
download | pkgsrc-29f00a8a56249e0483fe700f7c16a0e601fbb625.tar.gz |
- Minor fix to MESSAGE file.
- Add NAGIOS_USER user and NAGIOS_GROUP handling.
- Explicitly configure NAGIOS_USER/NAGIOS_GROUP as Nagios NSCA user/group
hence this package now follows NAGIOS_USER and NAGIOS_GROUP settings.
- When deleting the package allow removal of directories shared
with other Nagios packages to fail.
- Bump PKGREVISION to 1
Diffstat (limited to 'net/nagios-nsca/PLIST')
-rw-r--r-- | net/nagios-nsca/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nagios-nsca/PLIST b/net/nagios-nsca/PLIST index d782d4cedca..f611b61c4f3 100644 --- a/net/nagios-nsca/PLIST +++ b/net/nagios-nsca/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2006/03/01 22:43:04 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2007/11/26 22:14:23 seb Exp $ bin/nsca bin/send_nsca share/examples/nagios/nsca.cfg -@dirrm share/examples/nagios +@unexec ${RMDIR} %D/share/examples/nagios 2>/dev/null || ${TRUE} |