summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2006-10-04 11:36:53 +0000
committerThomas Osterried <thomas@osterried.de>2006-10-04 11:36:53 +0000
commitf51cf3bf5630b632d0bf9acb3347bbc5b30d7574 (patch)
tree6e9c2df2d6b0d902738647494fb95fca9d483228
parent170a4dc237341262e0c1b2578862d4d58e8a985a (diff)
fix: /var/ax25/ax25rtd/ was not created with "make installconf"
-rw-r--r--ax25rtd/Makefile.am6
-rw-r--r--ax25rtd/ax25_route0
-rw-r--r--ax25rtd/ip_route0
3 files changed, 6 insertions, 0 deletions
diff --git a/ax25rtd/Makefile.am b/ax25rtd/Makefile.am
index e9edc41..51ced12 100644
--- a/ax25rtd/Makefile.am
+++ b/ax25rtd/Makefile.am
@@ -1,5 +1,6 @@
etcfiles = ax25rtd.conf
+varfiles = ax25_route ip_route
installconf:
$(mkinstalldirs) $(DESTDIR)$(AX25_SYSCONFDIR)
@@ -7,6 +8,11 @@ installconf:
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(AX25_SYSCONFDIR)/$$p"; \
$(INSTALL_DATA) $$p $(DESTDIR)$(AX25_SYSCONFDIR)/$$p; \
done
+ $(mkinstalldirs) $(DESTDIR)$(AX25_LOCALSTATEDIR)/ax25rtd
+ @list='$(varfiles)'; for p in $$list; do \
+ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(AX25_LOCALSTATEDIR)/ax25rtd/$$p"; \
+ $(INSTALL_DATA) $$p $(DESTDIR)$(AX25_LOCALSTATEDIR)/ax25rtd/$$p; \
+ done
sbin_PROGRAMS = ax25rtd ax25rtctl
diff --git a/ax25rtd/ax25_route b/ax25rtd/ax25_route
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ax25rtd/ax25_route
diff --git a/ax25rtd/ip_route b/ax25rtd/ip_route
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ax25rtd/ip_route