initscripts: don't check for devfs, it's gone

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4825 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2008-07-04 11:23:24 +00:00
parent ff5679fd2c
commit a86d34a619
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ fi
# #
# Set pseudo-terminal access permissions. # Set pseudo-terminal access permissions.
# #
if ( ! grep -q devfs /proc/mounts ) && test -c /dev/ttyp0 if test -c /dev/ttyp0
then then
chmod 666 /dev/tty[p-za-e][0-9a-f] chmod 666 /dev/tty[p-za-e][0-9a-f]
chown root:tty /dev/tty[p-za-e][0-9a-f] chown root:tty /dev/tty[p-za-e][0-9a-f]

View File

@@ -4,7 +4,7 @@ PRIORITY = "required"
DEPENDS = "makedevs" DEPENDS = "makedevs"
RDEPENDS = "makedevs" RDEPENDS = "makedevs"
LICENSE = "GPL" LICENSE = "GPL"
PR = "r113" PR = "r114"
SRC_URI = "file://functions \ SRC_URI = "file://functions \
file://halt \ file://halt \