mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +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]
|
||||
|
||||
Reference in New Issue
Block a user