First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 136595
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mobile Herd <mobile@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Felix Wiemann <FelixWiemannBugs@gmx.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 136595 depends on: Show dependency tree
Bug 136595 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-06-12 16:03 0000
Hi,

To avoid the following error message with linux-wlan-ng-0.2.3-r1, ...

# /etc/init.d/wlan stop
 * Shutting Down WLAN Devices ...
/etc/wlan/shared: line 71: [: too many arguments

..., I needed to make the following change:

--- /etc/wlan/shared~   2006-06-13 02:49:11.000000000 +0200
+++ /etc/wlan/shared    2006-06-13 03:01:16.000000000 +0200
@@ -69,7 +69,7 @@
 fi

 if [ -f /proc/sys/kernel/hotplug -a \
-       -x `cat /proc/sys/kernel/hotplug` -a \
+       -x "`cat /proc/sys/kernel/hotplug`" -a \
        -f /etc/hotplug/wlan.agent ] ; then
        HAS_HOTPLUG=y
 else

(/proc/sys/kernel/hotplug is empty on my system.)

Felix

------- Comment #1 From Petteri Räty 2006-06-23 04:03:18 0000 -------
This code is buggy any way and should be fixed upstream. Patch applied. Thanks
for reporting.

First Last Prev Next    No search results available      Search page      Enter new bug