[Pkg-samba-maint] r2888 - branches/samba/experimental/debian/patches

bubulle at alioth.debian.org bubulle at alioth.debian.org
Sat Jun 20 13:27:06 UTC 2009


Author: bubulle
Date: 2009-06-20 13:27:05 +0000 (Sat, 20 Jun 2009)
New Revision: 2888

Modified:
   branches/samba/experimental/debian/patches/no-unnecessary-cups.patch
Log:
Correct patch


Modified: branches/samba/experimental/debian/patches/no-unnecessary-cups.patch
===================================================================
--- branches/samba/experimental/debian/patches/no-unnecessary-cups.patch	2009-06-20 13:25:40 UTC (rev 2887)
+++ branches/samba/experimental/debian/patches/no-unnecessary-cups.patch	2009-06-20 13:27:05 UTC (rev 2888)
@@ -5,29 +5,6 @@
 
 Upstream status: submitted as bugzilla bug #5525
 
-Index: samba-3.3.0rc2/source/smbd/server.c
-===================================================================
---- samba-3.3.0rc2.orig/source/smbd/server.c
-+++ samba-3.3.0rc2/source/smbd/server.c
-@@ -806,6 +806,10 @@
- 	int pnum = lp_servicenumber(PRINTERS_NAME);
- 	const char *pname;
- 
-+	if (!lp_load_printers()
-+	    && (lp_auto_services() == NULL || !strcmp(lp_auto_services(),"")))
-+		return;
-+
- 	pcap_cache_reload();
- 
- 	/* remove stale printers */
-=======
-Goal: Don't try to contact the CUPS server when we can reliably
-determine that no printers are needed
-
-Fixes: bug #479512
-
-Upstream status: submitted as bugzilla bug #5525
-
 Index: samba-3.3.0rc2/source3/smbd/server.c
 ===================================================================
 --- samba-3.3.0rc2.orig/source3/smbd/server.c




More information about the Pkg-samba-maint mailing list