diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-04-19 13:59:12 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-04-19 13:59:12 -0500 |
commit | 6d81d3be1bcba81a68086f2a17561d13e1f844e6 (patch) | |
tree | df4870beb9fe98c3a7e7812e3debf1d1903fd1b9 /init.d | |
parent | 8d307a6fadd516f26d9c72016119277a7a5c1946 (diff) |
procfs: do not test for the existence of /proc/filesystems
The test for the existence of /proc/filesystems is redundant since we
always return success.
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/procfs.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/init.d/procfs.in b/init.d/procfs.in index 888f0620..ae6c8596 100644 --- a/init.d/procfs.in +++ b/init.d/procfs.in @@ -18,8 +18,6 @@ start() modprobe -q usbcore fi - [ -e /proc/filesystems ] || return 0 - # Setup Kernel Support for miscellaneous Binary Formats if [ -d /proc/sys/fs/binfmt_misc -a ! -e /proc/sys/fs/binfmt_misc/register ]; then if grep -qs binfmt_misc /proc/filesystems; then |