Fix from comio for /proc/filesystems typo in localmount #180621.

This commit is contained in:
Mike Frysinger
2007-06-02 12:22:07 +00:00
parent 230e3f2afe
commit 804de005b8
2 changed files with 5 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ start() {
modprobe usbcore &> /dev/null
fi
if [ -e /proc/filessystems ] ; then
if [ -e /proc/filesystems ] ; then
# Check what USB fs the kernel support. Currently
# 2.5+ kernels, and later 2.4 kernels have 'usbfs',
# while older kernels have 'usbdevfs'.