]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix invoke-rc.d detection, #202.
authorRoy Marples <roy@marples.name>
Sat, 23 Oct 2010 00:15:42 +0000 (00:15 +0000)
committerRoy Marples <roy@marples.name>
Sat, 23 Oct 2010 00:15:42 +0000 (00:15 +0000)
configure

index eb73e2770d86bc452c7587b765844fe7ad770b49..80dc53f575981303a0827d5babc04145439ab0cc 100755 (executable)
--- a/configure
+++ b/configure
@@ -378,7 +378,7 @@ if [ -z "$SERVICECMD" ]; then
                echo "no"
        fi
 fi
-if [ -z "$SERVICECMD"]; then
+if [ -z "$SERVICECMD" ]; then
        printf "Checking for invoke-rc.d ... "
        if [ -x /usr/sbin/invoke-rc.d ]; then
                SERVICEEXISTS="/usr/sbin/invoke-rc.d --query --quiet \$1 start >/dev/null 2>&1 || [ \$? = 104 ]"