[26908] in Source-Commits
Re: /svn/athena r25826 -
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Fri Feb 22 18:27:40 2013
Date: Fri, 22 Feb 2013 18:27:32 -0500 (EST)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201302221813.r1MIDepK027604@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1302221827280.9389@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Yay, ACK.
-Ben
On Fri, 22 Feb 2013, Jonathan D Reed wrote:
> Author: jdreed
> Date: 2013-02-22 13:13:40 -0500 (Fri, 22 Feb 2013)
> New Revision: 25826
>
> Modified:
> trunk/debathena/config/cupsys-config/debian/changelog
> trunk/debathena/config/cupsys-config/debian/configure-athena-printers
> Log:
> In cupsys-config:
> * Set an error policy of abort-job so that jobs don't stick around in
> local cups queues on workstations
>
>
> Modified: trunk/debathena/config/cupsys-config/debian/changelog
> ===================================================================
> --- trunk/debathena/config/cupsys-config/debian/changelog 2013-02-22 16:06:31 UTC (rev 25825)
> +++ trunk/debathena/config/cupsys-config/debian/changelog 2013-02-22 18:13:40 UTC (rev 25826)
> @@ -1,9 +1,11 @@
> -debathena-cupsys-config (1.17.5) UNRELEASED; urgency=low
> +debathena-cupsys-config (1.17.5) unstable; urgency=low
>
> * Fix typo in option name in lpadmin(8) invocation in
> configure-athena-printers
> + * Set an error policy of abort-job so that jobs don't stick around in
> + local cups queues on workstations
>
> - -- Jonathan Reed <jdreed@mit.edu> Wed, 12 Sep 2012 13:57:02 -0400
> + -- Jonathan Reed <jdreed@mit.edu> Fri, 22 Feb 2013 13:12:49 -0500
>
> debathena-cupsys-config (1.17.4) unstable; urgency=low
>
>
> Modified: trunk/debathena/config/cupsys-config/debian/configure-athena-printers
> ===================================================================
> --- trunk/debathena/config/cupsys-config/debian/configure-athena-printers 2013-02-22 16:06:31 UTC (rev 25825)
> +++ trunk/debathena/config/cupsys-config/debian/configure-athena-printers 2013-02-22 18:13:40 UTC (rev 25826)
> @@ -44,6 +44,7 @@
> -L "Release jobs from any Pharos B&W printer" \
> -o printer-is-shared=false \
> -o OptionDuplex=True \
> + -o printer-error-policy=abort-job \
> -m "$ppd"
> if [ $? != 0 ]; then
> echo "FAILED to add Pharos printer 'mitprint'" >&2
> @@ -65,6 +66,7 @@
> -L "Release jobs from any Pharos Color printer" \
> -o printer-is-shared=false \
> -o OptionDuplex=True \
> + -o printer-error-policy=abort-job \
> -m "$ppd"
> if [ $? != 0 ]; then
> echo "FAILED to add Pharos printer 'mitprint-color'" >&2
>
>