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)
This commit is contained in:
parent
03e3d184b2
commit
a4ffe2739d
1 changed files with 1 additions and 1 deletions
|
@ -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]`
|
||||
|
|
Loading…
Reference in a new issue