CVS: moonbase/utils/e2fsprogs/init.d mount,1.9,1.10
Stefan Wold
ratler at lunar-linux.org
Tue Dec 16 18:46:18 GMT 2003
Update of /var/cvs/lunar/moonbase/utils/e2fsprogs/init.d
In directory dbguin.lunar-linux.org:/tmp/cvs-serv3403
Modified Files:
mount
Log Message:
Fixed minor bug that could try to mount /proc twice
Index: mount
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/e2fsprogs/init.d/mount,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- mount 8 Dec 2003 16:03:40 -0000 1.9
+++ mount 16 Dec 2003 18:46:16 -0000 1.10
@@ -100,7 +100,7 @@
# ex. /usr should comes before /usr/local
# and /proc before /proc/bus/usb
# better to fail if a mounting dosn't exist than, do it silently
- grep -v '#' /etc/fstab | grep -v ^$ | grep -v noauto | grep -v '/proc ' |
+ grep -v '#' /etc/fstab | grep -v ^$ | grep -v noauto | grep -v ^proc |
while read DEVICE MOUNTPOINT FSTYPE REST; do
# Filter out already mounted fs's: devfs and root
More information about the Lunar-commits
mailing list