source: trunk/debathena/config/cupsys-config/debian/transform_cupsd.conf.debathena @ 23824

Revision 23824, 212 bytes checked in by broder, 15 years ago (diff)
In cupsys-config: * Revert version 1.5. Browsing is, in fact, needed to make BrowsePoll work. We'll have to wait until we have a better printing solution to disable local network browsing.
  • Property svn:executable set to *
Line 
1#!/usr/bin/perl -0p
2s/^\s*#?\s*Browsing.*$//m;
3s/$/\nBrowsing On/ or die;
4s/^\s*#?\s*BrowseProtocols.*$//m;
5s/$/\nBrowseProtocols cups/ or die;
6s/^\s*#?\s*BrowsePoll.*$//m;
7s/$/\nBrowsePoll cups.mit.edu/ or die;
Note: See TracBrowser for help on using the repository browser.