blob: 45077742df7e9b4bd638b5ab6ea757e735f65b5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2010/02/15 16:38:15 wiz Exp $
--- hotplug.sh.in.orig 2009-04-25 00:20:55.000000000 +0000
+++ hotplug.sh.in 2009-04-25 00:21:18.000000000 +0000
@@ -165,7 +165,7 @@
fi
fi
fi
-if [ "x${EDITMAP}" == "xyes" ]; then
+if [ "x${EDITMAP}" = "xyes" ]; then
echo "We need to edit the ${HOTPLUGPATH}/usb.usermap if it exists..."
if test -f ${HOTPLUGPATH}/usb.usermap
then
|