Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/10916
Change subject: Install sample cfg file to /etc/osmocom ...................................................................... Install sample cfg file to /etc/osmocom Change-Id: If41e69295ac23a61df138ceea83794059f111086 --- M debian/osmo-ggsn.install M doc/examples/Makefile.am 2 files changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/16/10916/1 diff --git a/debian/osmo-ggsn.install b/debian/osmo-ggsn.install index 17caef7..35724d2 100644 --- a/debian/osmo-ggsn.install +++ b/debian/osmo-ggsn.install @@ -1,3 +1,4 @@ +/etc/osmocom/osmo-ggsn.cfg /lib/systemd/system/osmo-ggsn.service /usr/bin/osmo-ggsn /usr/bin/sgsnemu diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 530c3fa..d0b677c 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -1,3 +1,8 @@ +osmoconfdir = $(sysconfdir)/osmocom +osmoconf_DATA = osmo-ggsn.cfg + +EXTRA_DIST = osmo-ggsn.cfg + CFG_FILES = find $(srcdir) -name '*.cfg*' | sed -e 's,^$(srcdir),,' dist-hook: -- To view, visit https://gerrit.osmocom.org/10916 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ggsn Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If41e69295ac23a61df138ceea83794059f111086 Gerrit-Change-Number: 10916 Gerrit-PatchSet: 1 Gerrit-Owner: Pau Espin Pedrol <[email protected]>
