Commit a93684b2 authored by Ondrej Zajicek (work)'s avatar Ondrej Zajicek (work)
Browse files

Configure: Fix lost suffix in bird.ctl

One of previous commits bacported from 2.0 removed suffix from bird.ctl
parent c30f00d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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])