Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/10920
Change subject: Install sample cfg file to /etc/osmocom ...................................................................... Install sample cfg file to /etc/osmocom Change-Id: I87bc40fafa6269d99ccbfe49a61fc7ae4da62e80 --- M debian/osmo-bsc.install M doc/examples/Makefile.am 2 files changed, 9 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/20/10920/1 diff --git a/debian/osmo-bsc.install b/debian/osmo-bsc.install index 651ddb3..8f91b03 100644 --- a/debian/osmo-bsc.install +++ b/debian/osmo-bsc.install @@ -1,3 +1,4 @@ +/etc/osmocom/osmo-bsc.cfg lib/systemd/system/osmo-bsc.service usr/bin/osmo-bsc usr/share/doc/osmo-bsc/examples/osmo-bsc/osmo-bsc_custom-sccp.cfg usr/share/doc/osmo-bsc/examples diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 530c3fa..9d8cd75 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -1,3 +1,11 @@ +OSMOCONF_FILES = \ + osmo-bsc/osmo-bsc.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/10920 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-bsc Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I87bc40fafa6269d99ccbfe49a61fc7ae4da62e80 Gerrit-Change-Number: 10920 Gerrit-PatchSet: 1 Gerrit-Owner: Pau Espin Pedrol <[email protected]>
