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 | 3b1c58eac98b20cfdd3cab452fa5b3ceb6c310c1 (patch) | |
tree | cfc830d7101f7980061435085607a6e7cdce8fd3 /www/iasp | |
parent | a5aa20f67af93ecaf0109d5ee67340ff6c2d1b8f (diff) | |
download | pkgsrc-3b1c58eac98b20cfdd3cab452fa5b3ceb6c310c1.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 'www/iasp')
-rw-r--r-- | www/iasp/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/iasp/PLIST b/www/iasp/PLIST index 892ece5ebef..cf226917a61 100644 --- a/www/iasp/PLIST +++ b/www/iasp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/04/23 22:07:59 reed Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/05/02 20:34:07 reed Exp $ ${IASP}/README_EN ${IASP}/WEB-INF/web.xml ${IASP}/admin/JSManager.jar @@ -1167,6 +1167,8 @@ ${IASP}/start-admin.sh ${IASP}/start-server.sh ${IASP}/stop-admin.sh ${IASP}/stop-server.sh +share/examples/rc.d/iasp_admin +share/examples/rc.d/iasp @dirrm ${IASP}/servlets @dirrm ${IASP}/properties @dirrm ${IASP}/lib |