8a08612
--- cups-1.2.8/conf/cupsd.conf.in.directed-broadcast	2006-04-23 22:46:38.000000000 +0100
8a08612
+++ cups-1.2.8/conf/cupsd.conf.in	2007-02-14 17:44:51.000000000 +0000
8a08612
@@ -20,6 +20,7 @@
93ad2ef
 # Show shared printers on the local network.
93ad2ef
 Browsing On
93ad2ef
 BrowseOrder allow,deny
93ad2ef
+# (Change '@LOCAL' to 'ALL' if using directed broadcasts from another subnet.)
93ad2ef
 BrowseAllow @LOCAL
93ad2ef
 
93ad2ef
 # Default authentication type, when authentication is required...
8a08612
--- cups-1.2.8/cups/adminutil.c.directed-broadcast	2007-02-11 16:59:33.000000000 +0000
8a08612
+++ cups-1.2.8/cups/adminutil.c	2007-02-14 17:47:04.000000000 +0000
8a08612
@@ -1278,7 +1278,11 @@
93ad2ef
 	  cupsFilePuts(temp, "BrowseOrder allow,deny\n");
93ad2ef
 
8a08612
 	  if (remote_printers > 0)
93ad2ef
+	  {
93ad2ef
+	    cupsFilePuts(temp, "# (Change '@LOCAL' to 'ALL' if using "
93ad2ef
+	                       "directed broadcasts from another subnet.)\n");
93ad2ef
 	    cupsFilePuts(temp, "BrowseAllow @LOCAL\n");
93ad2ef
+	  }
93ad2ef
 
8a08612
 	  if (share_printers > 0)
93ad2ef
 	    cupsFilePuts(temp, "BrowseAddress @LOCAL\n");