Date: Sat, 18 Jun 2016 15:23:13 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417073 - head/print/cups Message-ID: <201606181523.u5IFNDXg004006@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Jun 18 15:23:13 2016 New Revision: 417073 URL: https://svnweb.freebsd.org/changeset/ports/417073 Log: Replace @*exec with explicit postinstall @postexec Modified: head/print/cups/pkg-plist Modified: head/print/cups/pkg-plist ============================================================================== --- head/print/cups/pkg-plist Sat Jun 18 15:21:39 2016 (r417072) +++ head/print/cups/pkg-plist Sat Jun 18 15:23:13 2016 (r417073) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606181523.u5IFNDXg004006>