summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-09-19 08:54:08 +0100
committerRoy Marples <roy@marples.name>2019-09-19 08:54:08 +0100
commit1986b9d87baeb848f42ee260f05d72e1f69adb74 (patch)
tree8f7d3387d24f3478f0e4fd639c8647e2a59bece3 /configure
parenta059999ad58d92aa28855ef156e06bf4a247c3e4 (diff)
downloaddhcpcd-1986b9d87baeb848f42ee260f05d72e1f69adb74.tar.xz
DragonFlyBSD: rc.d scripts need onestatus also ....
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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