]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Bird's control socket should be in /var/run and the convention for
authorMartin Mares <mj@ucw.cz>
Mon, 31 May 2004 17:53:02 +0000 (17:53 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 31 May 2004 17:53:02 +0000 (17:53 +0000)
--localstatedir is /var. The control socket pathname creation is thus
corrected here.

(Andreas)

tools/Makefile.in

index 6f9cd2e07c6fca9c8dd2a22db0273c3fd95d90da..8b901efaff3cd44bfdd507862d0d25801b838156 100644 (file)
@@ -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]`