28 lines
835 B
Diff
28 lines
835 B
Diff
From 3f4855845fc8c3c41c3564bd91add767d35841e1 Mon Sep 17 00:00:00 2001
|
|
From: mike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
|
|
Date: Tue, 28 Aug 2012 22:03:51 +0000
|
|
Subject: [PATCH] The cupsd.conf file included obsolete browsing directives
|
|
(STR #4157)
|
|
|
|
git-svn-id: http://svn.easysw.com/public/cups/trunk@10575 7a7537e8-13f0-0310-91df-b6672ffda945
|
|
---
|
|
conf/cupsd.conf.in | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/conf/cupsd.conf.in b/conf/cupsd.conf.in
|
|
index 2ce33e3..8ed157e 100644
|
|
--- a/conf/cupsd.conf.in
|
|
+++ b/conf/cupsd.conf.in
|
|
@@ -19,8 +19,6 @@ Listen localhost:@DEFAULT_IPP_PORT@
|
|
|
|
# Show shared printers on the local network.
|
|
Browsing On
|
|
-BrowseOrder allow,deny
|
|
-BrowseAllow all
|
|
BrowseLocalProtocols @CUPS_BROWSE_LOCAL_PROTOCOLS@
|
|
|
|
# Default authentication type, when authentication is required...
|
|
--
|
|
1.8.1.4
|
|
|