blob: 3dcc114490b03aa946418c5cfc609c2cab5b6794 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Description: Disable Browsing by default on Ubuntu (not sanctioned yet by https://wiki.ubuntu.com/DefaultNetworkServices). This is only applied when building on Ubuntu.
Author: Martin Pitt <martin.pitt@ubuntu.com>
Index: cups-1.4.6/conf/cupsd.conf.in
===================================================================
--- cups-1.4.6.orig/conf/cupsd.conf.in 2011-07-14 13:02:54.989772934 +0200
+++ cups-1.4.6/conf/cupsd.conf.in 2011-07-14 13:03:06.939773135 +0200
@@ -22,7 +22,7 @@
@CUPS_LISTEN_DOMAINSOCKET@
# Show shared printers on the local network.
-Browsing On
+Browsing Off
BrowseLocalProtocols @CUPS_BROWSE_LOCAL_PROTOCOLS@
# Default authentication type, when authentication is required...
|