From: <bl...@us...> - 2003-12-30 18:37:43
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs1:/tmp/cvs-serv26202/config/etc/init.d Modified Files: mountfs Log Message: Code cleanup Index: mountfs =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/mountfs,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- mountfs 30 Dec 2003 18:32:34 -0000 1.29 +++ mountfs 30 Dec 2003 18:37:39 -0000 1.30 @@ -57,8 +57,7 @@ else [ ! -d $LD ] && mkdir -p $LD &> /dev/null if [ -d $LD ]; then - [ "$L2" -gt "0" ] && \ - /sbin/fsck -a -C -T /dev/$LVMSYS/$LV + [ "$L2" -gt "0" ] && /sbin/fsck -a -C -T /dev/$LVMSYS/$LV echo -n "Mounting $LD $lv_done" mount -t"$LT" -o"$LO" /dev/$LVMSYS/$LV $LD evaluate_retval |