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

Revision 24312, 301 bytes checked in by broder, 14 years ago (diff)
In cupsys-config: * Lengthen BrowseInterval and BrowseTimeout to reduce unnecessary load on CUPS servers when things aren't changing.
  • Property svn:executable set to *
Line 
1#!/usr/bin/perl -0p
2s/^\s*#?\s*Browsing.*$//m;
3s/^\s*#?\s*BrowseProtocols.*$//m;
4s/^\s*#?\s*BrowsePoll.*$//m;
5s/^\s*#?\s*BrowseInterval.*$//m;
6s/^\s*#?\s*BrowseTimeout.*$//m;
7s/$/\nBrowsing On\nBrowseProtocols cups\nBrowsePoll cluster-printers.mit.edu\nBrowseInterval 600\nBrowseTimeout 1200/ or die;
Note: See TracBrowser for help on using the repository browser.