summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-06-02 12:22:07 +0000
committerMike Frysinger <vapier@gentoo.org>2007-06-02 12:22:07 +0000
commit804de005b85fc603a0836a739d4a82d3d1520777 (patch)
tree808ca5c0b6654fd40db39851f0121c7faf0740a9 /init.d
parent230e3f2afe9470980e42e211af9192645d1cd088 (diff)
downloadopenrc-804de005b85fc603a0836a739d4a82d3d1520777.tar.gz
openrc-804de005b85fc603a0836a739d4a82d3d1520777.tar.bz2
openrc-804de005b85fc603a0836a739d4a82d3d1520777.tar.xz
Fix from comio for /proc/filesystems typo in localmount #180621.
Diffstat (limited to 'init.d')
-rwxr-xr-xinit.d/localmount2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/localmount b/init.d/localmount
index 2a17b11..01508e8 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'.