diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-06-18 15:23:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-06-18 15:23:13 +0000 |
commit | ff857f1cf58e1b3ba6acb49aec62510bf70ab62a (patch) | |
tree | 0bb827aa15de5b67a4838268da260f78298c0ba5 /print/cups | |
parent | 3935f3bbe2c84ff5469c013ccdd36427a10964a0 (diff) | |
download | ports-ff857f1cf58e1b3ba6acb49aec62510bf70ab62a.tar.gz ports-ff857f1cf58e1b3ba6acb49aec62510bf70ab62a.zip |
Notes
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/pkg-plist | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/print/cups/pkg-plist b/print/cups/pkg-plist index dd91b7796b0a..ffebec5409ac 100644 --- a/print/cups/pkg-plist +++ b/print/cups/pkg-plist @@ -1,13 +1,13 @@ -%%OVERWRITE%%@exec if test -e /usr/bin/lp; then chmod -h 0 /usr/bin/lp; fi -%%OVERWRITE%%@exec if test -e /usr/bin/lpq; then chmod -h 0 /usr/bin/lpq; fi -%%OVERWRITE%%@exec if test -e /usr/bin/lpr; then chmod -h 0 /usr/bin/lpr; fi -%%OVERWRITE%%@exec if test -e /usr/bin/lprm; then chmod -h 0 /usr/bin/lprm; fi -%%OVERWRITE%%@exec if test -e /usr/sbin/lpc; then chmod -h 0 /usr/sbin/lpc; fi -%%OVERWRITE%%@unexec if test -e /usr/bin/lp; then chmod -h 0555 /usr/bin/lp; fi -%%OVERWRITE%%@unexec if test -e /usr/bin/lpq; then chmod -h 06555 /usr/bin/lpq; fi -%%OVERWRITE%%@unexec if test -e /usr/bin/lpr; then chmod -h 06555 /usr/bin/lpr; fi -%%OVERWRITE%%@unexec if test -e /usr/bin/lprm; then chmod -h 06555 /usr/bin/lprm; fi -%%OVERWRITE%%@unexec if test -e /usr/sbin/lpc; then chmod -h 02555 /usr/sbin/lpc; fi +%%OVERWRITE%%@postexec if test -e /usr/bin/lp; then chmod -h 0 /usr/bin/lp; fi +%%OVERWRITE%%@postexec if test -e /usr/bin/lpq; then chmod -h 0 /usr/bin/lpq; fi +%%OVERWRITE%%@postexec if test -e /usr/bin/lpr; then chmod -h 0 /usr/bin/lpr; fi +%%OVERWRITE%%@postexec if test -e /usr/bin/lprm; then chmod -h 0 /usr/bin/lprm; fi +%%OVERWRITE%%@postexec if test -e /usr/sbin/lpc; then chmod -h 0 /usr/sbin/lpc; fi +%%OVERWRITE%%@postunexec if test -e /usr/bin/lp; then chmod -h 0555 /usr/bin/lp; fi +%%OVERWRITE%%@postunexec if test -e /usr/bin/lpq; then chmod -h 06555 /usr/bin/lpq; fi +%%OVERWRITE%%@postunexec if test -e /usr/bin/lpr; then chmod -h 06555 /usr/bin/lpr; fi +%%OVERWRITE%%@postunexec if test -e /usr/bin/lprm; then chmod -h 06555 /usr/bin/lprm; fi +%%OVERWRITE%%@postunexec if test -e /usr/sbin/lpc; then chmod -h 02555 /usr/sbin/lpc; fi bin/cancel bin/cups-config bin/cupstestdsc |