From: Mustafa Yuecel Date: Fri, 25 Aug 2006 16:13:33 +0000 (+0000) Subject: initscripts-1.0/slugos/devices.patch: adapt patch to the current devices file X-Git-Tag: Release-2010-05/1~9453^2~875^2~66^2~59^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31489e5e5023c60be052aa263c53d33ddfcb6742;p=openembedded.git initscripts-1.0/slugos/devices.patch: adapt patch to the current devices file --- 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