[24163] in Source-Commits
/svn/athena r23764 - trunk/debathena/config/cupsys-config/debian
daemon@ATHENA.MIT.EDU (Evan Broder)
Thu Apr 30 07:27:04 2009
Date: Thu, 30 Apr 2009 07:26:52 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200904301126.n3UBQqla028160@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-04-30 07:26:52 -0400 (Thu, 30 Apr 2009)
New Revision: 23764
Modified:
trunk/debathena/config/cupsys-config/debian/changelog
trunk/debathena/config/cupsys-config/debian/transform_cupsd.conf.debathena
Log:
In cupsys-config:
* Disable browsing. It's not needed for BrowsePoll to work, and
confusingly causes other print servers to show up in the GUI. (Trac:
#229)
Modified: trunk/debathena/config/cupsys-config/debian/changelog
===================================================================
--- trunk/debathena/config/cupsys-config/debian/changelog 2009-04-23 23:43:34 UTC (rev 23763)
+++ trunk/debathena/config/cupsys-config/debian/changelog 2009-04-30 11:26:52 UTC (rev 23764)
@@ -1,3 +1,11 @@
+debathena-cupsys-config (1.5) unstable; urgency=low
+
+ * Disable browsing. It's not needed for BrowsePoll to work, and
+ confusingly causes other print servers to show up in the GUI. (Trac:
+ #229)
+
+ -- Evan Broder <broder@mit.edu> Thu, 30 Apr 2009 07:26:36 -0400
+
debathena-cupsys-config (1.4) unstable; urgency=low
* Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
Modified: trunk/debathena/config/cupsys-config/debian/transform_cupsd.conf.debathena
===================================================================
--- trunk/debathena/config/cupsys-config/debian/transform_cupsd.conf.debathena 2009-04-23 23:43:34 UTC (rev 23763)
+++ trunk/debathena/config/cupsys-config/debian/transform_cupsd.conf.debathena 2009-04-30 11:26:52 UTC (rev 23764)
@@ -1,6 +1,4 @@
#!/usr/bin/perl -0p
-s/^\s*#?\s*Browsing.*$//m;
-s/$/\nBrowsing On/ or die;
s/^\s*#?\s*BrowseProtocols.*$//m;
s/$/\nBrowseProtocols cups/ or die;
s/^\s*#?\s*BrowsePoll.*$//m;