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

Revision 24825, 249 bytes checked in by jdreed, 14 years ago (diff)
In cupsys-config: * Change the diversion of cupsd.conf so that it includes a separate file * Make restart_cups aware of this new file
  • 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|$|\nInclude /usr/share/debathena-cupsys-config/cupsd-site.conf| or die;
Note: See TracBrowser for help on using the repository browser.