aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-12 18:07:50 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-12 18:07:50 +0200
commit37c1ffdadfda345fd910119fb9a4f2859db809ad (patch)
treeabe655f6e2cabc9bdb0ef396a2949e7c9ac968dc
parenta68b6828c818935ce9806960b7eefeafa21dac93 (diff)
Install sample cfg file to /etc/osmocompespin/systemd
-rw-r--r--debian/osmo-hnbgw.install1
-rw-r--r--doc/examples/Makefile.am4
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/osmo-hnbgw.install b/debian/osmo-hnbgw.install
index bb70ad5..f040f23 100644
--- a/debian/osmo-hnbgw.install
+++ b/debian/osmo-hnbgw.install
@@ -1,3 +1,4 @@
+etc/osmocom/osmo-hnbgw.cfg
lib/systemd/system/osmo-hnbgw.service
usr/bin/osmo-hnbgw
usr/share/doc/osmo-iuh/examples/osmo-hnbgw.cfg
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 8f14fdc..7441d48 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -1,3 +1,7 @@
+osmoconfdir = $(sysconfdir)/osmocom
+osmoconf_DATA = osmo-hnbgw.cfg
+
+EXTRA_DIST = osmo-hnbgw.cfg
CFG_FILES = find $(srcdir) -name '*.cfg*' | sed -e 's,^$(srcdir),,'