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

bubulle at alioth.debian.org bubulle at alioth.debian.org
Sat Jan 24 15:04:27 UTC 2009


Author: bubulle
Date: 2009-01-24 15:04:26 +0000 (Sat, 24 Jan 2009)
New Revision: 2350

Added:
   branches/samba/experimental/debian/patches/swat-status-page.patch
Modified:
   branches/samba/experimental/debian/patches/series
Log:
Commit fix for #511275

Modified: branches/samba/experimental/debian/patches/series
===================================================================
--- branches/samba/experimental/debian/patches/series	2009-01-24 13:19:22 UTC (rev 2349)
+++ branches/samba/experimental/debian/patches/series	2009-01-24 15:04:26 UTC (rev 2350)
@@ -19,3 +19,4 @@
 no-unnecessary-cups.patch
 shrink-dead-code.patch
 smb.conf.5-undefined-configure.patch
+swat-status-page.patch

Added: branches/samba/experimental/debian/patches/swat-status-page.patch
===================================================================
--- branches/samba/experimental/debian/patches/swat-status-page.patch	                        (rev 0)
+++ branches/samba/experimental/debian/patches/swat-status-page.patch	2009-01-24 15:04:26 UTC (rev 2350)
@@ -0,0 +1,22 @@
+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