mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
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
@ -37,7 +37,7 @@ userdocs progdocs: .dir-stamp
|
|||||||
sysdep/paths.h:
|
sysdep/paths.h:
|
||||||
echo >sysdep/paths.h "/* Generated by Makefile, don't edit manually! */"
|
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_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:
|
tags:
|
||||||
cd $(srcdir) ; etags -lc `find $(static-dirs) $(addprefix $(objdir)/,$(dynamic-dirs)) $(client-dirs) -name *.[chY]`
|
cd $(srcdir) ; etags -lc `find $(static-dirs) $(addprefix $(objdir)/,$(dynamic-dirs)) $(client-dirs) -name *.[chY]`
|
||||||
|
Loading…
Reference in New Issue
Block a user