From: Martin Mares Date: Mon, 31 May 2004 17:53:02 +0000 (+0000) Subject: Bird's control socket should be in /var/run and the convention for X-Git-Tag: v1.2.0~393 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4ffe2739d1a3efb45f209b63b2b6faa558e43a9;p=thirdparty%2Fbird.git Bird's control socket should be in /var/run and the convention for --localstatedir is /var. The control socket pathname creation is thus corrected here. (Andreas) --- diff --git a/tools/Makefile.in b/tools/Makefile.in index 6f9cd2e07..8b901efaf 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -37,7 +37,7 @@ userdocs progdocs: .dir-stamp sysdep/paths.h: echo >sysdep/paths.h "/* Generated by Makefile, don't edit manually! */" echo >>sysdep/paths.h "#define PATH_CONFIG_DIR \"$(sysconfdir)\"" - echo >>sysdep/paths.h "#define PATH_CONTROL_SOCKET_DIR \"$(localstatedir)\"" + echo >>sysdep/paths.h "#define PATH_CONTROL_SOCKET_DIR \"$(localstatedir)/run\"" tags: cd $(srcdir) ; etags -lc `find $(static-dirs) $(addprefix $(objdir)/,$(dynamic-dirs)) $(client-dirs) -name *.[chY]`