From 804de005b85fc603a0836a739d4a82d3d1520777 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 2 Jun 2007 12:22:07 +0000 Subject: Fix from comio for /proc/filesystems typo in localmount #180621. --- init.d/localmount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d/localmount') diff --git a/init.d/localmount b/init.d/localmount index 2a17b110..01508e8c 100755 --- a/init.d/localmount +++ b/init.d/localmount @@ -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'. -- cgit v1.2.3