Sync with -stable version

This commit is contained in:
Roger Hardiman 1999-08-26 18:36:36 +00:00
parent 06e96d9dea
commit b32a0e48f8

View File

@ -1,12 +1,13 @@
#!/bin/sh
# $Id: mfs.rc.en,v 1.2 1999/08/22 21:44:28 dwhite dead $
# System startup script run by init on autoboot
# or after single-user.
# $Id: mfs.rc,v 1.1.2.1 1999/08/23 13:48:42 luigi Exp $
### WARNING !!!!!! #####
# We remove this file during execution (see EOF).
# Awful things happen if its size is > 1024B
stty status '^T'
trap : 2
trap : 3 # shouldn't be needed
trap : 3
HOME=/; export HOME
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin
@ -27,7 +28,7 @@ cp -Rp . /etc/
cd /etc
pwd_mkdb -p ./master.passwd
umount /start_floppy
echo "Ok. (Now you may remove floppy if you like)"
echo "Ok. (Now you can remove floppy if you like)"
echo ""
. rc
exit 0