Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/10919
Change subject: Install sample cfg file to /etc/osmocom ...................................................................... Install sample cfg file to /etc/osmocom Change-Id: I19f3755f7637dfc017a89f503831f7df8098a919 --- M debian/osmo-msc.install M doc/examples/Makefile.am 2 files changed, 9 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/19/10919/1 diff --git a/debian/osmo-msc.install b/debian/osmo-msc.install index 1e7f22f..e4b9646 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 530c3fa..af36318 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: -- To view, visit https://gerrit.osmocom.org/10919 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-msc Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I19f3755f7637dfc017a89f503831f7df8098a919 Gerrit-Change-Number: 10919 Gerrit-PatchSet: 1 Gerrit-Owner: Pau Espin Pedrol <[email protected]>
