[26795] in Source-Commits
Re: /svn/athena r25752 -
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Mon Sep 10 14:05:02 2012
Date: Mon, 10 Sep 2012 14:04:53 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201209071356.q87DuuJ5007375@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1209101358340.861@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
On Fri, 7 Sep 2012, Jonathan D Reed wrote:
> Modified: trunk/debathena/config/cupsys-config/debian/configure-athena-printers
> ===================================================================
> --- trunk/debathena/config/cupsys-config/debian/configure-athena-printers 2012-09-05 17:18:38 UTC (rev 25751)
> +++ trunk/debathena/config/cupsys-config/debian/configure-athena-printers 2012-09-07 13:56:56 UTC (rev 25752)
> @@ -43,6 +43,7 @@
> -D "Pharos (Monochrome)" \
> -L "Release jobs from any Pharos B&W printer" \
> -o printer-is-share=false \
Hmm, on lucid, lpadmin.8 claims that this is spelled "printer-is-shared"
with a 'd'.
> + -o OptionDuplex=True \
This looks fine; ACK.
-Ben
> -m "$ppd"
> if [ $? != 0 ]; then
> echo "FAILED to add Pharos printer 'mitprint'" >&2
> @@ -63,6 +64,7 @@
> -D "Pharos (Color)" \
> -L "Release jobs from any Pharos Color printer" \
> -o printer-is-share=false \
> + -o OptionDuplex=True \
> -m "$ppd"
> if [ $? != 0 ]; then
> echo "FAILED to add Pharos printer 'mitprint-color'" >&2
>
>