]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Configure: Fix lost suffix in bird.ctl
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Fri, 4 Jan 2019 18:11:54 +0000 (19:11 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Fri, 4 Jan 2019 18:11:54 +0000 (19:11 +0100)
One of previous commits bacported from 2.0 removed suffix from bird.ctl

configure.ac

index 67acdab00173dcaa1d1a93863ae55c16c67ccce3..5fbf9136d453a2e5315152cb95a2bb71ed93c813 100644 (file)
@@ -114,7 +114,7 @@ if test "$enable_debug" = yes ; then
   CONTROL_SOCKET="bird$SUFFIX.ctl"
 else
   CONFIG_FILE="\$(sysconfdir)/bird$SUFFIX.conf"
-  CONTROL_SOCKET="\$(runstatedir)/bird.ctl"
+  CONTROL_SOCKET="\$(runstatedir)/bird$SUFFIX.ctl"
 fi
 AC_SUBST([CONFIG_FILE])
 AC_SUBST([CONTROL_SOCKET])