[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Unblock request: wpasupplicant 0.6.4-3



Hi RT,

Please consider allowing the following change to enter Lenny.

Thanks, Kel.
---
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@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@renyi.hu> for reporting and the patch.
+    (Closes: #506328)
+
+ -- Reinhard Tartler <siretart@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
---


Reply to: