Change in osmo-remsim[master]: Install config files to /etc/default/

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Mar 4 17:28:26 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-remsim/+/17366 )

Change subject: Install config files to /etc/default/
......................................................................

Install config files to /etc/default/

Related: OS#4326
Change-Id: Ibff534c2f247557bb4eb0f72b8babe85ad0b315b
---
M contrib/etc_default/Makefile.am
M debian/osmo-remsim-bankd.install
M debian/osmo-remsim-client.install
3 files changed, 10 insertions(+), 3 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/contrib/etc_default/Makefile.am b/contrib/etc_default/Makefile.am
index 49c9fe6..b95c645 100644
--- a/contrib/etc_default/Makefile.am
+++ b/contrib/etc_default/Makefile.am
@@ -1,3 +1,8 @@
-EXTRA_DIST = osmo-remsim-bankd \
-	     osmo-remsim-client \
-	     osmo-remsim-client-0 osmo-remsim-client-1 osmo-remsim-client-2 osmo-remsim-client-3
+OSMOCONF_FILES = osmo-remsim-bankd \
+		 osmo-remsim-client \
+		 osmo-remsim-client-0 osmo-remsim-client-1 osmo-remsim-client-2 osmo-remsim-client-3
+
+EXTRA_DIST = $(OSMOCONF_FILES)
+
+osmoconfdir = $(sysconfdir)/default
+osmoconf_DATA = $(OSMOCONF_FILES)
diff --git a/debian/osmo-remsim-bankd.install b/debian/osmo-remsim-bankd.install
index 58de089..4e1d6a5 100644
--- a/debian/osmo-remsim-bankd.install
+++ b/debian/osmo-remsim-bankd.install
@@ -1,2 +1,3 @@
 usr/bin/osmo-remsim-bankd
 lib/systemd/system/osmo-remsim-bankd.service
+etc/default/osmo-remsim-bankd
diff --git a/debian/osmo-remsim-client.install b/debian/osmo-remsim-client.install
index 85ffb82..abf53ed 100644
--- a/debian/osmo-remsim-client.install
+++ b/debian/osmo-remsim-client.install
@@ -1,2 +1,3 @@
 usr/bin/osmo-remsim-client*
 lib/systemd/system/osmo-remsim-client*
+etc/default/osmo-remsim-client*

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/17366
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: Ibff534c2f247557bb4eb0f72b8babe85ad0b315b
Gerrit-Change-Number: 17366
Gerrit-PatchSet: 4
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200304/6ed8a243/attachment.htm>


More information about the gerrit-log mailing list