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 /comms | |
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 'comms')
-rw-r--r-- | comms/asterisk/PLIST.common | 3 | ||||
-rw-r--r-- | comms/conserver/PLIST | 3 | ||||
-rw-r--r-- | comms/fidogate/PLIST | 3 | ||||
-rw-r--r-- | comms/hylafax/PLIST | 3 | ||||
-rw-r--r-- | comms/zaptel-netbsd/PLIST | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/comms/asterisk/PLIST.common b/comms/asterisk/PLIST.common index edd8ac0f759..9a688bb6606 100644 --- a/comms/asterisk/PLIST.common +++ b/comms/asterisk/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.1.1.1 2005/04/08 03:10:52 riz Exp $ +@comment $NetBSD: PLIST.common,v 1.2 2005/05/02 20:33:58 reed Exp $ include/asterisk/acl.h include/asterisk/adsi.h include/asterisk/aes.h @@ -520,6 +520,7 @@ share/examples/asterisk/telcordia-1.adsi share/examples/asterisk/voicemail.conf share/examples/asterisk/vpb.conf share/examples/asterisk/zapata.conf +share/examples/rc.d/asterisk @dirrm share/examples/asterisk @dirrm libdata/asterisk/sounds/phonetic @dirrm libdata/asterisk/sounds/letters diff --git a/comms/conserver/PLIST b/comms/conserver/PLIST index 2eb79e53b01..2f9b34afa79 100644 --- a/comms/conserver/PLIST +++ b/comms/conserver/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/07/10 22:35:32 salo Exp $ +@comment $NetBSD: PLIST,v 1.6 2005/05/02 20:33:58 reed Exp $ bin/console man/man1/console.1 man/man5/conserver.cf.5 @@ -7,4 +7,5 @@ man/man8/conserver.8 sbin/conserver share/examples/conserver/conserver.cf.example share/examples/conserver/conserver.passwd.example +share/examples/rc.d/conserver @dirrm share/examples/conserver diff --git a/comms/fidogate/PLIST b/comms/fidogate/PLIST index aded2be8150..ff5faace43b 100644 --- a/comms/fidogate/PLIST +++ b/comms/fidogate/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2004/04/23 22:07:53 reed Exp $ +@comment $NetBSD: PLIST,v 1.7 2005/05/02 20:33:58 reed Exp $ lib/fidogate/areafix.help lib/fidogate/bin/areasbbssync lib/fidogate/bin/ftnafutil @@ -69,6 +69,7 @@ lib/fidogate/ftnseq lib/fidogate/ftntick lib/fidogate/ftntoss lib/fidogate/rfc2ftn +share/examples/rc.d/fidogate @dirrm lib/fidogate/bin @dirrm lib/fidogate share/doc/fidogate/ANNOUNCE diff --git a/comms/hylafax/PLIST b/comms/hylafax/PLIST index eb1723ae4f2..b25b8f55fb6 100644 --- a/comms/hylafax/PLIST +++ b/comms/hylafax/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2005/01/27 16:22:37 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2005/05/02 20:33:58 reed Exp $ bin/faxalter bin/faxcover bin/faxmail @@ -131,6 +131,7 @@ sbin/tsitest sbin/typetest sbin/xferfaxstats share/doc/hylafax/COPYRIGHT +share/examples/rc.d/hylafax share/hylafax/config_template/agere-mp-2 share/hylafax/config_template/agere-mp-21 share/hylafax/config_template/att-dataport diff --git a/comms/zaptel-netbsd/PLIST b/comms/zaptel-netbsd/PLIST index 84871e8b31e..3569936da2f 100644 --- a/comms/zaptel-netbsd/PLIST +++ b/comms/zaptel-netbsd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/08 03:03:42 riz Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/05/02 20:33:58 reed Exp $ bin/fxo_test bin/ztcfg bin/ztmonitor @@ -12,6 +12,7 @@ lkm/mod_wcfxs.o lkm/mod_zaptel.o lkm/mod_ztdummy.o sbin/zaptel_postinstall +share/examples/rc.d/ztcfg share/examples/zaptel/zaptel.conf @dirrm share/examples/zaptel @unexec ${RMDIR} %D/lkm 2>/dev/null || ${TRUE} |