mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
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:
@@ -21,7 +21,7 @@ fi
|
||||
#
|
||||
# Set pseudo-terminal access permissions.
|
||||
#
|
||||
if ( ! grep -q devfs /proc/mounts ) && test -c /dev/ttyp0
|
||||
if test -c /dev/ttyp0
|
||||
then
|
||||
chmod 666 /dev/tty[p-za-e][0-9a-f]
|
||||
chown root:tty /dev/tty[p-za-e][0-9a-f]
|
||||
|
||||
@@ -4,7 +4,7 @@ PRIORITY = "required"
|
||||
DEPENDS = "makedevs"
|
||||
RDEPENDS = "makedevs"
|
||||
LICENSE = "GPL"
|
||||
PR = "r113"
|
||||
PR = "r114"
|
||||
|
||||
SRC_URI = "file://functions \
|
||||
file://halt \
|
||||
|
||||
Reference in New Issue
Block a user