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 /devel | |
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 'devel')
-rw-r--r-- | devel/distcc/PLIST | 3 | ||||
-rw-r--r-- | devel/isect/PLIST | 3 | ||||
-rw-r--r-- | devel/monotone-server/PLIST | 3 | ||||
-rw-r--r-- | devel/p4d/PLIST | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/devel/distcc/PLIST b/devel/distcc/PLIST index 71360667469..d7948276e85 100644 --- a/devel/distcc/PLIST +++ b/devel/distcc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2004/05/02 19:11:38 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.11 2005/05/02 20:33:59 reed Exp $ bin/distcc bin/distccd bin/distccmon-text @@ -20,5 +20,6 @@ share/doc/distcc/protocol-2.txt share/doc/distcc/reporting-bugs.txt share/doc/distcc/status-1.txt share/doc/distcc/survey.txt +share/examples/rc.d/distccd @dirrm share/doc/distcc/example @dirrm share/doc/distcc diff --git a/devel/isect/PLIST b/devel/isect/PLIST index 0dd67381b16..cd3babfc938 100644 --- a/devel/isect/PLIST +++ b/devel/isect/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/09/22 08:09:26 jlam Exp $ +@comment $NetBSD: PLIST,v 1.8 2005/05/02 20:33:59 reed Exp $ bin/isdcat bin/isdcfgck bin/isdclient @@ -39,5 +39,6 @@ share/doc/isect/isect_stoc.html share/doc/isect/isect_toc.html share/doc/isect/whatsnew.html share/examples/isect/COPYING +share/examples/rc.d/isect @dirrm share/examples/isect @dirrm share/doc/isect diff --git a/devel/monotone-server/PLIST b/devel/monotone-server/PLIST index 032f415f203..66bd20400c9 100644 --- a/devel/monotone-server/PLIST +++ b/devel/monotone-server/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/12 12:52:50 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/05/02 20:33:59 reed Exp $ sbin/monotone-server-init share/examples/monotone-server/branches.conf share/examples/monotone-server/hooks.conf +share/examples/rc.d/monotone @dirrm share/examples/monotone-server diff --git a/devel/p4d/PLIST b/devel/p4d/PLIST index 0f00faebdba..c8b3e6378b1 100644 --- a/devel/p4d/PLIST +++ b/devel/p4d/PLIST @@ -1,2 +1,3 @@ -@comment $NetBSD: PLIST,v 1.2 2004/04/23 22:07:53 reed Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:33:59 reed Exp $ sbin/p4d +share/examples/rc.d/p4d |