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 /net/rp-pppoe | |
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 'net/rp-pppoe')
-rw-r--r-- | net/rp-pppoe/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/rp-pppoe/PLIST b/net/rp-pppoe/PLIST index a1120c6d652..eb6e9972dea 100644 --- a/net/rp-pppoe/PLIST +++ b/net/rp-pppoe/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/04/23 22:07:57 reed Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:34:03 reed Exp $ man/man5/pppoe.conf.5 man/man8/adsl-connect.8 man/man8/adsl-setup.8 @@ -20,6 +20,7 @@ share/doc/rp-pppoe/LICENSE share/doc/rp-pppoe/README share/doc/rp-pppoe/SERVPOET share/doc/rp-pppoe/pap-secrets +share/examples/rc.d/pppoe share/examples/rp-pppoe/pppoe.conf share/examples/rp-pppoe/pppoe-server-options @dirrm share/examples/rp-pppoe |