diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2012-04-18 22:17:38 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2012-04-18 22:17:38 +0000 |
commit | 8413438b7afdf1a816c3de02e45169a48dff8885 (patch) | |
tree | e7910d84373dc400f76a1e4b2c40c29851ba700e /net-print/cups/files | |
parent | Remove old. (diff) | |
download | historical-8413438b7afdf1a816c3de02e45169a48dff8885.tar.gz historical-8413438b7afdf1a816c3de02e45169a48dff8885.tar.bz2 historical-8413438b7afdf1a816c3de02e45169a48dff8885.zip |
Switch browsing off by default, bug 401927
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'net-print/cups/files')
-rw-r--r-- | net-print/cups/files/cups-1.5.2-browsing.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-print/cups/files/cups-1.5.2-browsing.patch b/net-print/cups/files/cups-1.5.2-browsing.patch new file mode 100644 index 000000000000..6ab08b1383e2 --- /dev/null +++ b/net-print/cups/files/cups-1.5.2-browsing.patch @@ -0,0 +1,13 @@ +diff -ruN cups-1.5.2.orig/conf/cupsd.conf.in cups-1.5.2/conf/cupsd.conf.in +--- cups-1.5.2.orig/conf/cupsd.conf.in 2010-12-09 22:24:51.000000000 +0100 ++++ cups-1.5.2/conf/cupsd.conf.in 2012-04-19 00:12:31.004045949 +0200 +@@ -18,7 +18,8 @@ + @CUPS_LISTEN_DOMAINSOCKET@ + + # Show shared printers on the local network. +-Browsing On ++# We switch this off by default in Gentoo, to avoid an unnecessary open port. ++Browsing Off + BrowseOrder allow,deny + BrowseAllow all + BrowseLocalProtocols @CUPS_BROWSE_LOCAL_PROTOCOLS@ |