The logdir has not been created during the "make install" process and therefore not been shipped yet.
This directory is used to store various databases which contains data about the zones and routes. They can easily accessed by the upcomming WUI to display or compute those information.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am index 3c94486..cdb9d39 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,8 @@ hooks_zonesdir = $(hooksdir)/zones
triggersdir = $(networkdir)/triggers
+logdir = $(localestatedir)/log/network + CLEANFILES = DISTCLEANFILES = EXTRA_DIST = @@ -230,7 +232,8 @@ EXTRA_DIST += \ src/ppp/ip-updown.in
INSTALL_DIRS += \ - $(pppdir) + $(pppdir) \ + $(logdir)
ppp-install-hook: ln -svf ip-updown $(DESTDIR)$(pppdir)/ip-pre-up