From 6e37620983c107e13120d1e249a37b3be6d0b12d Mon Sep 17 00:00:00 2001 From: Roman Kyrylych Date: Tue, 18 Mar 2008 22:43:38 +0200 Subject: Do not try to create /dev/pts and /dev/shm twice Signed-off-by: Roman Kyrylych --- rc.sysinit | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rc.sysinit b/rc.sysinit index cfbb58b..d175150 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -34,7 +34,6 @@ printsep /bin/mkdir /dev/pts /bin/mkdir /dev/shm - # start up our mini logger until syslog takes over /sbin/minilogd @@ -79,8 +78,6 @@ if [ -x /sbin/udevadm -a -d /sys/block ]; then #status "Starting UDev Daemon" /etc/start_udev init stat_busy "Starting UDev Daemon" - /bin/mkdir /dev/pts - /bin/mkdir /dev/shm /sbin/udevd --daemon stat_done else @@ -454,7 +451,7 @@ fi # Save our dmesg output from this boot if [ -f /var/log/dmesg.log ]; then - /bin/rm /var/log/dmesg.log + /bin/rm /var/log/dmesg.log fi /bin/dmesg > /var/log/dmesg.log -- cgit v1.2.3