From: Roy Marples Date: Thu, 19 Sep 2019 07:54:08 +0000 (+0100) Subject: DragonFlyBSD: rc.d scripts need onestatus also .... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1986b9d87baeb848f42ee260f05d72e1f69adb74;p=thirdparty%2Fdhcpcd.git DragonFlyBSD: rc.d scripts need onestatus also .... --- diff --git a/configure b/configure index a87dd7c7..6b29444a 100755 --- 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