From 8413438b7afdf1a816c3de02e45169a48dff8885 Mon Sep 17 00:00:00 2001 From: Andreas Hüttel Date: Wed, 18 Apr 2012 22:17:38 +0000 Subject: Switch browsing off by default, bug 401927 Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64 --- net-print/cups/files/cups-1.5.2-browsing.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net-print/cups/files/cups-1.5.2-browsing.patch (limited to 'net-print/cups/files') 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@ -- cgit v1.2.3-65-gdbad