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 /print | |
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 'print')
-rw-r--r-- | print/LPRng-core/PLIST | 3 | ||||
-rw-r--r-- | print/cups/PLIST | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/print/LPRng-core/PLIST b/print/LPRng-core/PLIST index 45641883dcd..b3b8344b7a9 100644 --- a/print/LPRng-core/PLIST +++ b/print/LPRng-core/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2004/12/31 08:14:35 martti Exp $ +@comment $NetBSD: PLIST,v 1.7 2005/05/02 20:34:04 reed Exp $ bin/cancel bin/lp bin/lpq @@ -37,5 +37,6 @@ sbin/lprng_index_certs share/examples/LPRng/lpd.conf.example share/examples/LPRng/lpd.perms.example share/examples/LPRng/printcap.example +share/examples/rc.d/LPRng @dirrm share/examples/LPRng @dirrm libexec/LPRng diff --git a/print/cups/PLIST b/print/cups/PLIST index 24bb543f769..10194465b86 100644 --- a/print/cups/PLIST +++ b/print/cups/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2005/01/06 07:26:39 jlam Exp $ +@comment $NetBSD: PLIST,v 1.18 2005/05/02 20:34:04 reed Exp $ bin/cancel bin/cups-config bin/cupstestppd @@ -722,6 +722,7 @@ ${PKGLOCALEDIR}/locale/sv/cups_sv ${PKGLOCALEDIR}/locale/uk/cups_uk ${PKGLOCALEDIR}/locale/uk_UA/cups_uk_UA ${PKGLOCALEDIR}/locale/zh_CN/cups_zh_CN +share/examples/rc.d/cupsd @unexec ${RMDIR} %D/${PKGLOCALEDIR}/locale/uk_UA 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/${PKGLOCALEDIR}/locale/ru_RU 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/${PKGLOCALEDIR}/locale/C 2>/dev/null || ${TRUE} |