initscripts-1.0/slugos/devices.patch: adapt patch to the current devices file
authorMustafa Yuecel <yuecelm@ee.ethz.ch>
Fri, 25 Aug 2006 16:13:33 +0000 (16:13 +0000)
committerMustafa Yuecel <yuecelm@ee.ethz.ch>
Fri, 25 Aug 2006 16:13:33 +0000 (16:13 +0000)
packages/initscripts/initscripts-1.0/slugos/devices.patch

index 26b1841..2583b62 100644 (file)
@@ -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