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

bubulle at alioth.debian.org bubulle at alioth.debian.org
Wed Jan 28 22:02:41 UTC 2009


Author: bubulle
Date: 2009-01-28 22:02:41 +0000 (Wed, 28 Jan 2009)
New Revision: 2529

Removed:
   branches/samba/experimental/debian/patches/swat-status-page.patch
Modified:
   branches/samba/experimental/debian/patches/series
Log:
Patch applied upstream


Modified: branches/samba/experimental/debian/patches/series
===================================================================
--- branches/samba/experimental/debian/patches/series	2009-01-28 19:05:22 UTC (rev 2528)
+++ branches/samba/experimental/debian/patches/series	2009-01-28 22:02:41 UTC (rev 2529)
@@ -18,4 +18,3 @@
 smbtar-bashism.patch
 no-unnecessary-cups.patch
 shrink-dead-code.patch
-swat-status-page.patch

Deleted: branches/samba/experimental/debian/patches/swat-status-page.patch
===================================================================
--- branches/samba/experimental/debian/patches/swat-status-page.patch	2009-01-28 19:05:22 UTC (rev 2528)
+++ branches/samba/experimental/debian/patches/swat-status-page.patch	2009-01-28 22:02:41 UTC (rev 2529)
@@ -1,22 +0,0 @@
-Goal: Correct headers in SWAT status page
-
-Fixes: #511275
-
-Status wrt upstream: Will be fixed in 3.3.0
-
-Note: 
-
-Index: samba-3.3.0rc2/source/web/statuspage.c
-===================================================================
---- samba-3.3.0rc2.orig/source/web/statuspage.c
-+++ samba-3.3.0rc2/source/web/statuspage.c
-@@ -427,7 +427,8 @@
- 
- 	printf("<h3>%s</h3>\n", _("Open Files"));
- 	printf("<table border=1>\n");
--	printf("<tr><th>%s</th><th>%s</th><th>%s</th><th>%s</th><th>%s</th><th>%s</th></tr>\n", _("PID"), _("Sharing"), _("R/W"), _("Oplock"), _("File"), _("Date"));
-+	printf("<tr><th>%s</th><th>%s</th><th>%s</th><th>%s</th><th>%s</th><th>%s</th><th>%s</th></tr>\n",
-+		_("PID"), _("UID"), _("Sharing"), _("R/W"), _("Oplock"), _("File"), _("Date"));
- 
- 	locking_init_readonly();
- 	share_mode_forall(print_share_mode, NULL);




More information about the Pkg-samba-maint mailing list