aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-12 18:49:29 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-12 18:49:29 +0200
commit5e91debe4eb75dcd4990038fb5da6d8db9ef0eba (patch)
treeb35009d96ec5f2d756eec78939321450de93d442
parentf282f333601a250bcf9397a92aab1e3dc6e28100 (diff)
Install sample cfg file to /etc/osmocompespin/systemd
-rw-r--r--debian/osmo-msc.install1
-rw-r--r--doc/examples/Makefile.am8
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/osmo-msc.install b/debian/osmo-msc.install
index 1e7f22f2a..e4b964623 100644
--- a/debian/osmo-msc.install
+++ b/debian/osmo-msc.install
@@ -1,3 +1,4 @@
+etc/osmocom/osmo-msc.cfg
lib/systemd/system/osmo-msc.service
usr/bin/osmo-msc
usr/share/doc/osmo-msc/examples/osmo-msc/osmo-msc.cfg usr/share/doc/osmo-msc/examples
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 530c3fa8f..af36318f9 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -1,3 +1,11 @@
+OSMOCONF_FILES = \
+ osmo-msc/osmo-msc.cfg
+
+osmoconfdir = $(sysconfdir)/osmocom
+osmoconf_DATA = $(OSMOCONF_FILES)
+
+EXTRA_DIST = $(OSMOCONF_FILES)
+
CFG_FILES = find $(srcdir) -name '*.cfg*' | sed -e 's,^$(srcdir),,'
dist-hook: