[Pkg-samba-maint] r1950 - trunk/ctdb/debian
mparent-guest at alioth.debian.org
mparent-guest at alioth.debian.org
Sat Jun 14 10:14:19 UTC 2008
tags 486027 pending
thanks
Author: mparent-guest
Date: 2008-06-14 10:14:18 +0000 (Sat, 14 Jun 2008)
New Revision: 1950
Modified:
trunk/ctdb/debian/changelog
trunk/ctdb/debian/ctdb.init
Log:
Fixed bashism in /etc/init.d/ctdb script, we don't use the suggested patch
as we don't want to depend on gettext (Closes: #486027).
Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog 2008-06-13 06:18:36 UTC (rev 1949)
+++ trunk/ctdb/debian/changelog 2008-06-14 10:14:18 UTC (rev 1950)
@@ -1,4 +1,4 @@
-ctdb (1.0.41+git200806041523-1) unstable; urgency=low
+ctdb (1.0.42+git200806131353-1) unstable; urgency=low
* New upstream git snapshot
* From 1.0.35: Add ability to disable recmaster and lmaster roles through
@@ -7,8 +7,10 @@
good before we start the daemon.
* Added symlinks from onnode manpage to onnode.rsh and onnode.ssh ones:
remove two lintian warnings
+ * Fixed bashism in /etc/init.d/ctdb script, we don't use the suggested patch
+ as we don't want to depend on gettext (Closes: #486027).
- -- Mathieu Parent <math.parent at gmail.com> Tue, 10 Jun 2008 00:11:48 +0200
+ -- Mathieu Parent <math.parent at gmail.com> Sat, 14 Jun 2008 12:13:11 +0200
ctdb (1.0.34+git200804242206-1) unstable; urgency=low
Modified: trunk/ctdb/debian/ctdb.init
===================================================================
--- trunk/ctdb/debian/ctdb.init 2008-06-13 06:18:36 UTC (rev 1949)
+++ trunk/ctdb/debian/ctdb.init 2008-06-14 10:14:18 UTC (rev 1950)
@@ -166,7 +166,7 @@
sleep 1
count=`expr $count + 1`
[ $count -gt 10 ] && {
- echo -n $"killing ctdbd "
+ echo -n "killing ctdbd "
killall -q -9 ctdbd
pkill -9 -f $CTDB_BASE/events.d/
}
More information about the Pkg-samba-maint
mailing list