diff options
| author | Ross Burton <ross@openedhand.com> | 2008-07-04 11:23:24 +0000 |
|---|---|---|
| committer | Ross Burton <ross@openedhand.com> | 2008-07-04 11:23:24 +0000 |
| commit | a86d34a61949fb37ebcaa10c3a99df75f1d22226 (patch) | |
| tree | b4e06df8c90125424671413ed3bd191bd5483ba1 /meta/packages/initscripts/initscripts-1.0/bootmisc.sh | |
| parent | ff5679fd2c8c437ff8a1587e319ed54a3fed598c (diff) | |
| download | poky-a86d34a61949fb37ebcaa10c3a99df75f1d22226.tar.gz | |
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
Diffstat (limited to 'meta/packages/initscripts/initscripts-1.0/bootmisc.sh')
| -rwxr-xr-x | meta/packages/initscripts/initscripts-1.0/bootmisc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/initscripts/initscripts-1.0/bootmisc.sh b/meta/packages/initscripts/initscripts-1.0/bootmisc.sh index f8e1dd6578..deced6aadf 100755 --- a/meta/packages/initscripts/initscripts-1.0/bootmisc.sh +++ b/meta/packages/initscripts/initscripts-1.0/bootmisc.sh | |||
| @@ -21,7 +21,7 @@ fi | |||
| 21 | # | 21 | # |
| 22 | # Set pseudo-terminal access permissions. | 22 | # Set pseudo-terminal access permissions. |
| 23 | # | 23 | # |
| 24 | if ( ! grep -q devfs /proc/mounts ) && test -c /dev/ttyp0 | 24 | if test -c /dev/ttyp0 |
| 25 | then | 25 | then |
| 26 | chmod 666 /dev/tty[p-za-e][0-9a-f] | 26 | chmod 666 /dev/tty[p-za-e][0-9a-f] |
| 27 | chown root:tty /dev/tty[p-za-e][0-9a-f] | 27 | chown root:tty /dev/tty[p-za-e][0-9a-f] |
