[23987] in Source-Commits
/svn/athena r23597 - in trunk/debathena/config/printing-config: debian files/usr/bin
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Wed Mar 11 00:26:53 2009
Date: Wed, 11 Mar 2009 00:26:48 -0400
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <200903110426.n2B4Qm00014418@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: geofft
Date: 2009-03-11 00:26:48 -0400 (Wed, 11 Mar 2009)
New Revision: 23597
Modified:
trunk/debathena/config/printing-config/debian/changelog
trunk/debathena/config/printing-config/files/usr/bin/lpr.debathena
Log:
In printing-config:
* Permit more options: lpr's -z (zephyr) and lpq's -v (verbose).
Modified: trunk/debathena/config/printing-config/debian/changelog
===================================================================
--- trunk/debathena/config/printing-config/debian/changelog 2009-03-11 01:42:25 UTC (rev 23596)
+++ trunk/debathena/config/printing-config/debian/changelog 2009-03-11 04:26:48 UTC (rev 23597)
@@ -1,3 +1,9 @@
+debathena-printing-config (1.5) unstable; urgency=low
+
+ * Permit more options: lpr's -z (zephyr) and lpq's -v (verbose).
+
+ -- Geoffrey Thomas <geofft@mit.edu> Wed, 11 Mar 2009 00:22:06 -0400
+
debathena-printing-config (1.4) unstable; urgency=low
* Default to LPRng instead of CUPS for command line printing...for now
Modified: trunk/debathena/config/printing-config/files/usr/bin/lpr.debathena
===================================================================
--- trunk/debathena/config/printing-config/files/usr/bin/lpr.debathena 2009-03-11 01:42:25 UTC (rev 23596)
+++ trunk/debathena/config/printing-config/files/usr/bin/lpr.debathena 2009-03-11 04:26:48 UTC (rev 23597)
@@ -18,8 +18,8 @@
opts = {
'cancel': 'aD:Eh:P:U:u:',
'lp': 'ABcd:D:Ef:Gh:H:i:mn:o:pP:q:rsS:t:T:U:wX:y:',
- 'lpq': 'aAD:Eh:lLP:st:U:V',
- 'lpr': '#:1:2:3:4:AbBC:D:EF:GhH:i:J:kK:lmo:pP:qrR:sT:U:Vw:X:YZ:',
+ 'lpq': 'aAD:Eh:lLP:st:U:Vv',
+ 'lpr': '#:1:2:3:4:AbBC:D:EF:GhH:i:J:kK:lmo:pP:qrR:sT:U:Vw:X:YzZ:',
'lprm': 'aAD:Eh:lLP:st:U:V'
}