diff options
author | reed <reed@pkgsrc.org> | 2005-05-02 20:33:57 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-05-02 20:33:57 +0000 |
commit | ee8be9d0c1d7f38e3c1d468f07fe877f045dbe8f (patch) | |
tree | cfc830d7101f7980061435085607a6e7cdce8fd3 /security/nessus-core | |
parent | 1d67064db3ea37b8bebfa5bfb8e4c9efaa6d7cea (diff) | |
download | pkgsrc-ee8be9d0c1d7f38e3c1d468f07fe877f045dbe8f.tar.gz |
RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.
This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.
This was discussed on tech-pkg in late January and late April.
Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
Diffstat (limited to 'security/nessus-core')
-rw-r--r-- | security/nessus-core/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nessus-core/PLIST b/security/nessus-core/PLIST index f5c9377f0eb..6d743793ba3 100644 --- a/security/nessus-core/PLIST +++ b/security/nessus-core/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2005/04/04 09:32:12 adam Exp $ +@comment $NetBSD: PLIST,v 1.15 2005/05/02 20:34:05 reed Exp $ bin/nessus bin/nessus-fetch bin/nessus-mkcert-client @@ -25,6 +25,7 @@ sbin/nessus-check-signature sbin/nessus-mkcert sbin/nessus-rmuser sbin/nessusd +share/examples/rc.d/nessusd @exec ${MKDIR} %D/lib/nessus/reports @unexec ${RMDIR} %D/lib/nessus/reports 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/lib/nessus 2>/dev/null || ${TRUE} |