mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +00:00
Configure: Fix lost suffix in bird.ctl
One of previous commits bacported from 2.0 removed suffix from bird.ctl
This commit is contained in:
parent
c30f00d4a8
commit
a93684b2d4
@ -114,7 +114,7 @@ if test "$enable_debug" = yes ; then
|
|||||||
CONTROL_SOCKET="bird$SUFFIX.ctl"
|
CONTROL_SOCKET="bird$SUFFIX.ctl"
|
||||||
else
|
else
|
||||||
CONFIG_FILE="\$(sysconfdir)/bird$SUFFIX.conf"
|
CONFIG_FILE="\$(sysconfdir)/bird$SUFFIX.conf"
|
||||||
CONTROL_SOCKET="\$(runstatedir)/bird.ctl"
|
CONTROL_SOCKET="\$(runstatedir)/bird$SUFFIX.ctl"
|
||||||
fi
|
fi
|
||||||
AC_SUBST([CONFIG_FILE])
|
AC_SUBST([CONFIG_FILE])
|
||||||
AC_SUBST([CONTROL_SOCKET])
|
AC_SUBST([CONTROL_SOCKET])
|
||||||
|
Loading…
Reference in New Issue
Block a user