diff options
Diffstat (limited to 'devel/libnjb/patches/patch-aa')
-rw-r--r-- | devel/libnjb/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/libnjb/patches/patch-aa b/devel/libnjb/patches/patch-aa new file mode 100644 index 00000000000..45077742df7 --- /dev/null +++ b/devel/libnjb/patches/patch-aa @@ -0,0 +1,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 |