commit:     6f3e2e2d7de61ab28cf03937ccf2e5f80b62190a
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Thu Oct 26 02:20:15 2017 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 02:20:15 2017 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=6f3e2e2d

supervise-daemon.sh: fix status function with no namespaces

 sh/supervise-daemon.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sh/supervise-daemon.sh b/sh/supervise-daemon.sh
index bccfd06a..d2cfe932 100644
--- a/sh/supervise-daemon.sh
+++ b/sh/supervise-daemon.sh
@@ -70,6 +70,8 @@ _check_supervised()
                                if [ "${n1}" = "${n2}" ]; then
                                        return 1
                                fi
+                       else
+                               return 1
                        fi
                fi
        fi

Reply via email to