commit:     6bd0f2d096f149906061a4ac7b66b7e85516784a
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Mon Sep 12 17:58:01 2016 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Sep 12 17:58:01 2016 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=6bd0f2d0

init.d/procfs: typo fix

 init.d/procfs.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.d/procfs.in b/init.d/procfs.in
index 36eca7c..e04355e 100644
--- a/init.d/procfs.in
+++ b/init.d/procfs.in
@@ -23,7 +23,7 @@ start()
 {
        # Setup Kernel Support for miscellaneous Binary Formats
        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 &&
                        modprobe -q binfmt-misc; then
                        ewarn "The  binfmt-misc module needs to be configured 
in \

Reply via email to