[26550] in Source-Commits
Re: /svn/athena r25616 - in trunk/debathena/config/printing-config:
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Fri Jul 6 14:51:46 2012
Date: Fri, 6 Jul 2012 14:51:42 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201207061247.q66ClCvJ013830@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1207061451280.18441@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
ACK. (Maybe I would have released it, but the target audience seems
pretty small.)
-Ben
On Fri, 6 Jul 2012, Jonathan D Reed wrote:
> Author: jdreed
> Date: 2012-07-06 08:47:12 -0400 (Fri, 06 Jul 2012)
> New Revision: 25616
>
> Modified:
> trunk/debathena/config/printing-config/debian/changelog
> trunk/debathena/config/printing-config/files/usr/bin/add-athena-printer
> Log:
> In printing-config:
> * Be verbose about whether add-athena-printer completed and explain to
> users that they can select a different/better PPD
>
>
> Modified: trunk/debathena/config/printing-config/debian/changelog
> ===================================================================
> --- trunk/debathena/config/printing-config/debian/changelog 2012-07-05 17:23:53 UTC (rev 25615)
> +++ trunk/debathena/config/printing-config/debian/changelog 2012-07-06 12:47:12 UTC (rev 25616)
> @@ -1,8 +1,10 @@
> debathena-printing-config (1.29) UNRELEASED; urgency=low
>
> * Bump debian/compat to 6
> + * Be verbose about whether add-athena-printer completed and explain to
> + users that they can select a different/better PPD
>
> - -- Jonathan Reed <jdreed@mit.edu> Sun, 01 Jul 2012 12:21:38 -0400
> + -- Jonathan Reed <jdreed@mit.edu> Fri, 06 Jul 2012 08:48:22 -0400
>
> debathena-printing-config (1.28) unstable; urgency=low
>
>
> Modified: trunk/debathena/config/printing-config/files/usr/bin/add-athena-printer
> ===================================================================
> --- trunk/debathena/config/printing-config/files/usr/bin/add-athena-printer 2012-07-05 17:23:53 UTC (rev 25615)
> +++ trunk/debathena/config/printing-config/files/usr/bin/add-athena-printer 2012-07-06 12:47:12 UTC (rev 25616)
> @@ -76,6 +76,8 @@
>
> lc.acceptJobs(queue)
> lc.enablePrinter(queue)
> + print >>sys.stderr, "Added print queue %s" % (queue)
> + print >>sys.stderr, "Note: This script uses the same PPD/driver as the print server. Your local\nworkstation may have newer versions or model-specific PPDs or drivers, and\nyou may wish to use 'system-config-printer' or the CUPS administrative tools\nto select a different PPD."
> finally:
> os.unlink(ppd)
>
>
>