[26547] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25616 - in trunk/debathena/config/printing-config: debian files/usr/bin

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Fri Jul 6 08:47:15 2012

Date: Fri, 6 Jul 2012 08:47:12 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201207061247.q66ClCvJ013830@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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)
 


home help back first fref pref prev next nref lref last post