mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +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.
|
# 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]
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user