diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/linux-hotplug/linux-hotplug-20040920/isapnp-exit.diff | |
parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux-hotplug/linux-hotplug-20040920/isapnp-exit.diff')
-rw-r--r-- | meta/packages/linux-hotplug/linux-hotplug-20040920/isapnp-exit.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/linux-hotplug/linux-hotplug-20040920/isapnp-exit.diff b/meta/packages/linux-hotplug/linux-hotplug-20040920/isapnp-exit.diff new file mode 100644 index 0000000000..e5a9ab10af --- /dev/null +++ b/meta/packages/linux-hotplug/linux-hotplug-20040920/isapnp-exit.diff | |||
@@ -0,0 +1,11 @@ | |||
1 | --- hotplug-2004_09_20/etc/hotplug/isapnp.rc.orig 2004-12-20 15:01:21.541446000 +0100 | ||
2 | +++ hotplug-2004_09_20/etc/hotplug/isapnp.rc 2004-12-20 15:01:32.625760928 +0100 | ||
3 | @@ -13,7 +13,7 @@ | ||
4 | # | ||
5 | |||
6 | # only 2.6 kernels are supported | ||
7 | -[ -d /sys/bus/pnp/devices/ ] || return 0 | ||
8 | +[ -d /sys/bus/pnp/devices/ ] || exit 0 | ||
9 | |||
10 | cd /etc/hotplug | ||
11 | . ./hotplug.functions | ||