summaryrefslogtreecommitdiffstats
path: root/initrd/distro-specs/suse/functions-10.0
diff options
context:
space:
mode:
Diffstat (limited to 'initrd/distro-specs/suse/functions-10.0')
-rw-r--r--initrd/distro-specs/suse/functions-10.04
1 files changed, 2 insertions, 2 deletions
diff --git a/initrd/distro-specs/suse/functions-10.0 b/initrd/distro-specs/suse/functions-10.0
index 06887d7e..3dac8704 100644
--- a/initrd/distro-specs/suse/functions-10.0
+++ b/initrd/distro-specs/suse/functions-10.0
@@ -3,7 +3,7 @@
# changes should be done there, version specific changes for
# the 10.0 here.
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 24-06-2006
+# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 08-07-2006
#
# Copyright: (c) 2006 - RZ Universitaet Freiburg
#
@@ -46,7 +46,7 @@ devices\n# during vmware sessions. If you like to remove certain modules \
add them\n# to the list below - Dirk von Suchodoletz, <dirk@goe.net>\n\
STATE=1\nps aux|grep -i vmware|grep -v \"grep\" &>/dev/null && { STATE=0; \
/sbin/rmmod usb-storage &>/tmp/null; }\n\
-[ x$ACTION = xremove ] && { [ $STATE = 0 ] && /sbin/rmmod usb-storage \
+[ x\$ACTION = xremove ] && { [ \$STATE = 0 ] && /sbin/rmmod usb-storage \
&>/dev/null; }\nexit \$STATE" >> /mnt/var/X11R6/bin/vm-udev
chmod u+x /mnt/var/X11R6/bin/vm-udev
echo -e "# special entry to block linux from reacting to usb events during \