diff options
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} |