aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-12 18:43:21 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-13 11:52:32 +0200
commit96696a87f4225e2fe8b8057c0b4d2e5d03a0bb93 (patch)
tree89bc496f6f043cc01705a37880cfaa232cfc9a50
parent97ba4062f892f349bc9695420bcd3e269b5747a7 (diff)
Install sample cfg file to /etc/osmocom
-rw-r--r--debian/osmo-gbproxy.install1
-rw-r--r--debian/osmo-gtphub.install1
-rw-r--r--debian/osmo-sgsn.install1
-rw-r--r--doc/examples/Makefile.am10
4 files changed, 13 insertions, 0 deletions
diff --git a/debian/osmo-gbproxy.install b/debian/osmo-gbproxy.install
index 9c7fb77f9..a8c0dadd1 100644
--- a/debian/osmo-gbproxy.install
+++ b/debian/osmo-gbproxy.install
@@ -1,3 +1,4 @@
+etc/osmocom/osmo-gbproxy.cfg
lib/systemd/system/osmo-gbproxy.service
usr/bin/osmo-gbproxy
usr/share/doc/osmo-sgsn/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg usr/share/doc/osmo-gbproxy/examples
diff --git a/debian/osmo-gtphub.install b/debian/osmo-gtphub.install
index 568caaff2..078207672 100644
--- a/debian/osmo-gtphub.install
+++ b/debian/osmo-gtphub.install
@@ -1,3 +1,4 @@
+etc/osmocom/osmo-gtphub.cfg
lib/systemd/system/osmo-gtphub.service
usr/bin/osmo-gtphub
usr/share/doc/osmo-sgsn/examples/osmo-gtphub/osmo-gtphub-1iface.cfg usr/share/doc/osmo-gtphub/examples
diff --git a/debian/osmo-sgsn.install b/debian/osmo-sgsn.install
index 9d603f9bc..b9a46abf2 100644
--- a/debian/osmo-sgsn.install
+++ b/debian/osmo-sgsn.install
@@ -1,3 +1,4 @@
+/etc/osmocom/osmo-sgsn.cfg
lib/systemd/system/osmo-sgsn.service
usr/bin/osmo-sgsn
usr/share/doc/osmo-sgsn/examples/osmo-sgsn/osmo-sgsn.cfg usr/share/doc/osmo-sgsn/examples
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 530c3fa8f..2b5781a59 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -1,3 +1,13 @@
+OSMOCONF_FILES = \
+ osmo-gtphub/osmo-gtphub.cfg \
+ osmo-sgsn/osmo-sgsn.cfg \
+ osmo-gbproxy/osmo-gbproxy.cfg
+
+osmoconfdir = $(sysconfdir)/osmocom
+osmoconf_DATA = $(OSMOCONF_FILES)
+
+EXTRA_DIST = $(OSMOCONF_FILES)
+
CFG_FILES = find $(srcdir) -name '*.cfg*' | sed -e 's,^$(srcdir),,'
dist-hook: