]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
DragonFlyBSD: rc.d scripts need onestatus also ....
authorRoy Marples <roy@marples.name>
Thu, 19 Sep 2019 07:54:08 +0000 (08:54 +0100)
committerRoy Marples <roy@marples.name>
Thu, 19 Sep 2019 07:54:08 +0000 (08:54 +0100)
configure

index a87dd7c74515f7c046abdba3177b568932979279..6b29444a082a0d13909301f2787d8ba5129e4a93 100755 (executable)
--- a/configure
+++ b/configure
@@ -1525,7 +1525,7 @@ SERVICESTATUS=$(echo "$SERVICESTATUS" | $SED \
 echo "SERVICESTATUS=   $SERVICESTATUS" >>config.mk
 if [ -z "$STATUSARG" ]; then
        case "$OS" in
-       freebsd*)       STATUSARG="onestatus";;
+       dragonfly*|freebsd*)    STATUSARG="onestatus";;
        esac
 fi
 echo "STATUSARG=       $STATUSARG" >>config.mk