init.d/procfs: typo fix

This commit is contained in:
William Hubbs 2016-09-12 12:58:01 -05:00
parent 63f8ae466f
commit 6bd0f2d096

View File

@ -23,7 +23,7 @@ start()
{ {
# Setup Kernel Support for miscellaneous Binary Formats # Setup Kernel Support for miscellaneous Binary Formats
if [ -d /proc/sys/fs/binfmt_misc ] && if [ -d /proc/sys/fs/binfmt_misc ] &&
[! -e /proc/sys/fs/binfmt_misc/register ]; then [ ! -e /proc/sys/fs/binfmt_misc/register ]; then
if ! grep -qs binfmt_misc /proc/filesystems && if ! grep -qs binfmt_misc /proc/filesystems &&
modprobe -q binfmt-misc; then modprobe -q binfmt-misc; then
ewarn "The binfmt-misc module needs to be configured in \ ewarn "The binfmt-misc module needs to be configured in \