[pkg-wpa-devel] r1288 - in /wpasupplicant/branches/unstable/debian: changelog wpasupplicant.wpa-ifupdown.init

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Tue Dec 2 20:01:48 UTC 2008


Author: siretart
Date: Tue Dec  2 20:01:47 2008
New Revision: 1288

URL: http://svn.debian.org/wsvn/?sc=1&rev=1288
Log:
Bugfix: "Missing -d in testing for a directory in init script". 
Thanks to Braun Gábor <braung at renyi.hu> for reporting and the patch.
(Closes: #506328)

Modified:
    wpasupplicant/branches/unstable/debian/changelog
    wpasupplicant/branches/unstable/debian/wpasupplicant.wpa-ifupdown.init

Modified: wpasupplicant/branches/unstable/debian/changelog
URL: http://svn.debian.org/wsvn/wpasupplicant/branches/unstable/debian/changelog?rev=1288&op=diff
==============================================================================
--- wpasupplicant/branches/unstable/debian/changelog (original)
+++ wpasupplicant/branches/unstable/debian/changelog Tue Dec  2 20:01:47 2008
@@ -1,3 +1,11 @@
+wpasupplicant (0.6.4-3) unstable; urgency=low
+
+  * Bugfix: "Missing -d in testing for a directory in init script". 
+    Thanks to Braun Gábor <braung at renyi.hu> for reporting and the patch.
+    (Closes: #506328)
+
+ -- Reinhard Tartler <siretart at tauware.de>  Tue, 02 Dec 2008 20:52:16 +0100
+
 wpasupplicant (0.6.4-2) unstable; urgency=low
 
   * Bugfix: wpasupplicant crashes (closes: #485769). Patch taken from

Modified: wpasupplicant/branches/unstable/debian/wpasupplicant.wpa-ifupdown.init
URL: http://svn.debian.org/wsvn/wpasupplicant/branches/unstable/debian/wpasupplicant.wpa-ifupdown.init?rev=1288&op=diff
==============================================================================
--- wpasupplicant/branches/unstable/debian/wpasupplicant.wpa-ifupdown.init (original)
+++ wpasupplicant/branches/unstable/debian/wpasupplicant.wpa-ifupdown.init Tue Dec  2 20:01:47 2008
@@ -59,7 +59,7 @@
 	if [ -d /lib/init/rw/sendsigs.omit.d/ ]; then
 		# Debian
 		return 0
-	elif [ /var/run/sendsigs.omit.d/ ]; then
+	elif [ -d /var/run/sendsigs.omit.d/ ]; then
 		# Ubuntu, cf. https://bugs.launchpad.net/bugs/181541
 		return 0
 	fi




More information about the Pkg-wpa-devel mailing list