[Scummlinux-cvs-logs] scummlinux/config init,1.5,1.6
Brought to you by:
yoshizf
From: <yo...@us...> - 2003-07-24 14:07:44
|
Update of /cvsroot/scummlinux/scummlinux/config In directory sc8-pr-cvs1:/tmp/cvs-serv17699/config Modified Files: init Log Message: hiding some error messages Index: init =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/config/init,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** init 24 Jul 2003 11:10:24 -0000 1.5 --- init 24 Jul 2003 14:07:41 -0000 1.6 *************** *** 16,20 **** else mkdir -p /mnt/floppy ! fdlist if test $? -eq 0; then mount -t supermount -o dev=/dev/fd0 none /mnt/floppy --- 16,20 ---- else mkdir -p /mnt/floppy ! fdlist > /dev/null 2>&1 if test $? -eq 0; then mount -t supermount -o dev=/dev/fd0 none /mnt/floppy |