From 26acde461ac341a48e2798568582a89797d9b0c7 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 19 Jun 1996 19:25:05 +0000 Subject: Print date before running fsck. Comment out pty permission check. --- daemons/rc.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'daemons') diff --git a/daemons/rc.sh b/daemons/rc.sh index 63ced2d0..cbb6bfe8 100644 --- a/daemons/rc.sh +++ b/daemons/rc.sh @@ -8,6 +8,7 @@ then elif [ $1x = autobootx ] then echo Automatic boot in progress... + date # Find the filesystem by a kludge, and extract the root device name. fsargs=`ps -MaxHww --fmt=%command | grep exec-server-task | head -1` @@ -60,9 +61,9 @@ rm -f /var/lock/LCK.* (cd /var/run && { rm -rf -- *; cp /dev/null utmp; chmod 644 utmp; }) echo done -echo -n restoring pty permissions... -chmod 666 /dev/tty[pqrs]* -echo done +#echo -n restoring pty permissions... +#chmod 666 /dev/tty[pqrs]* +#echo done #echo -n updating /etc/motd... #echo GNU\'s Not Unix Version `uname --release` > /tmp/newmotd -- cgit v1.2.3