aboutsummaryrefslogtreecommitdiffstats
path: root/packages/initscripts
diff options
context:
space:
mode:
authorMustafa Yuecel <yuecelm@ee.ethz.ch>2006-08-25 16:13:33 +0000
committerMustafa Yuecel <yuecelm@ee.ethz.ch>2006-08-25 16:13:33 +0000
commit31489e5e5023c60be052aa263c53d33ddfcb6742 (patch)
tree0266a651cae3fdd9e5566fc102f20153dd0fe4d0 /packages/initscripts
parent4b0d1a5487be990fcb99badadb8068283b9e1a06 (diff)
downloadopenembedded-31489e5e5023c60be052aa263c53d33ddfcb6742.tar.gz
initscripts-1.0/slugos/devices.patch: adapt patch to the current devices file
Diffstat (limited to 'packages/initscripts')
-rw-r--r--packages/initscripts/initscripts-1.0/slugos/devices.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/initscripts/initscripts-1.0/slugos/devices.patch b/packages/initscripts/initscripts-1.0/slugos/devices.patch
index 26b1841d5b..2583b62f48 100644
--- a/packages/initscripts/initscripts-1.0/slugos/devices.patch
+++ b/packages/initscripts/initscripts-1.0/slugos/devices.patch
@@ -8,8 +8,8 @@
. /etc/default/rcS
# exit without doing anything if udev is active
--if test -e /dev/.udevdb; then
-+if test -e /dev/.udevdb -o -e /dev/.permanent; then
+-if test -e /dev/.udev -o -e /dev/.udevdb; then
++if test -e /dev/.udev -o -e /dev/.udevdb -o -e /dev/.permanent; then
exit 0
fi