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 |
---|
2 | s/^\s*#?\s*Browsing.*$//m; |
---|
3 | s/^\s*#?\s*BrowseProtocols.*$//m; |
---|
4 | s/^\s*#?\s*BrowsePoll.*$//m; |
---|
5 | s/^\s*#?\s*BrowseInterval.*$//m; |
---|
6 | s/^\s*#?\s*BrowseTimeout.*$//m; |
---|
7 | s|$|\nInclude /usr/share/debathena-cupsys-config/cupsd-site.conf| or die; |
---|
Note: See
TracBrowser
for help on using the repository browser.