[oe-commits] org.oe.dev initscripts-1.0/slugos/devices.patch: adapt patch to the current devices file

yuecelm commit openembedded-commits at lists.openembedded.org
Fri Aug 25 16:23:24 UTC 2006


initscripts-1.0/slugos/devices.patch: adapt patch to the current devices file

Author: yuecelm at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 5d6540ad3653bf2e438ca73517f7b9c874d06cc1
ViewMTN: http://monotone.openembedded.org/revision.psp?id=5d6540ad3653bf2e438ca73517f7b9c874d06cc1
Files:
1
packages/initscripts/initscripts-1.0/slugos/devices.patch
Diffs:

#
# mt diff -r28a2710b7514996588df4fcf0ecdcc35eedc3cc8 -r5d6540ad3653bf2e438ca73517f7b9c874d06cc1
#
# 
# 
# patch "packages/initscripts/initscripts-1.0/slugos/devices.patch"
#  from [8f8eb303266630cb27b1ae228c654bfefa36ef66]
#    to [443b1fbf7919c57f27b7684e94ac646b96387e00]
# 
============================================================
--- packages/initscripts/initscripts-1.0/slugos/devices.patch	8f8eb303266630cb27b1ae228c654bfefa36ef66
+++ packages/initscripts/initscripts-1.0/slugos/devices.patch	443b1fbf7919c57f27b7684e94ac646b96387e00
@@ -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
  






More information about the Openembedded-commits mailing list