[Pkg-samba-maint] r3717 - in trunk/ctdb/debian: . patches
sathieu at alioth.debian.org
sathieu at alioth.debian.org
Wed Mar 23 21:50:48 UTC 2011
Author: sathieu
Date: 2011-03-23 21:50:45 +0000 (Wed, 23 Mar 2011)
New Revision: 3717
Removed:
trunk/ctdb/debian/patches/51-fix-bashism.diff
Modified:
trunk/ctdb/debian/changelog
trunk/ctdb/debian/patches/series
Log:
Revert previous commit, this bashism is not yet released
Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog 2011-03-23 21:45:59 UTC (rev 3716)
+++ trunk/ctdb/debian/changelog 2011-03-23 21:50:45 UTC (rev 3717)
@@ -7,7 +7,6 @@
- removed 61-spelling-errors-manpages.diff, merged upstream
- removed 70-nfstickle-sysconfig.diff, fixed upstream
- removed 71-correct-nice_service.diff, merged upstream
- - added 51-fix-bashism.diff, again
- added 62-spelling-errors.diff, again
* debian/watch, debian/uupdate-wrapper: use new upstream git url
* Switch to dpkg-source 3.0 (quilt) format
Deleted: trunk/ctdb/debian/patches/51-fix-bashism.diff
===================================================================
--- trunk/ctdb/debian/patches/51-fix-bashism.diff 2011-03-23 21:45:59 UTC (rev 3716)
+++ trunk/ctdb/debian/patches/51-fix-bashism.diff 2011-03-23 21:50:45 UTC (rev 3717)
@@ -1,24 +0,0 @@
-Goal: Fix bashism
-
-... again ;-)
-
-Author: Mathieu Parent <math.parent at gmail.com>
-
-Upstream status: https://bugzilla.samba.org/show_bug.cgi?id=6407
-
-diff --git a/config/events.d/60.ganesha b/config/events.d/60.ganesha
-index b7bc923..6559dd0 100644
---- a/config/events.d/60.ganesha
-+++ b/config/events.d/60.ganesha
-@@ -13,7 +13,7 @@ start_nfs() {
-
- loadconfig nfs
-
--[ "$NFS_SERVER_MODE" == "GANESHA" ] || exit 0
-+[ "$NFS_SERVER_MODE" = "GANESHA" ] || exit 0
-
- service_name="nfs-ganesha-gpfs"
-
---
-1.7.4.1
-
Modified: trunk/ctdb/debian/patches/series
===================================================================
--- trunk/ctdb/debian/patches/series 2011-03-23 21:45:59 UTC (rev 3716)
+++ trunk/ctdb/debian/patches/series 2011-03-23 21:50:45 UTC (rev 3717)
@@ -1,5 +1,4 @@
02_ctdb_diagnostics.diff
05-hurd.diff
10_no-lib64.diff
-51-fix-bashism.diff
62-spelling-errors.diff
More information about the Pkg-samba-maint
mailing list