diff mbox

osmo-pcap[master]: Rename osmo_pcap_{client_server} executables to osmo-pcap-{c...

Message ID gerrit.1500631635214.If1e3ce76f93266e0f01c801204769432b571fdb1@gerrit.osmocom.org
State New
Headers show

Commit Message

gerrit-no-reply@lists.osmocom.org July 21, 2017, 10:07 a.m. UTC
Review at  https://gerrit.osmocom.org/3322

Rename osmo_pcap_{client_server} executables to osmo-pcap-{client,server}

This naming is more in line with what all the other osmocom programs are
doing (e.g. osmo-pcu, osmo-bts-sysmo, osmo-bsc, ...).  We don't
generally use osmo_ anywhere else, so I suggest to change it for more
uniformity.

Change-Id: If1e3ce76f93266e0f01c801204769432b571fdb1
---
M src/Makefile.am
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-pcap refs/changes/22/3322/1

Comments

gerrit-no-reply@lists.osmocom.org July 21, 2017, 10:19 a.m. UTC | #1
Patch Set 1: Code-Review-1

If you upgrade and test the debian package, we can do that.
gerrit-no-reply@lists.osmocom.org July 21, 2017, 11:51 a.m. UTC | #2
Patch Set 2: Code-Review-1

One more file to go. sorry. debian/osmo-pcap-client.init (at least DAEMON)
gerrit-no-reply@lists.osmocom.org July 21, 2017, 1:22 p.m. UTC | #3
Patch Set 3: Code-Review+2
diff mbox

Patch

diff --git a/src/Makefile.am b/src/Makefile.am
index 0532acf..17ed4e3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@ 
 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/
 AM_CFLAGS = -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(PCAP_CFLAGS) $(LIBGNUTLS_CFLAGS)
 
-bin_PROGRAMS = osmo_pcap_client osmo_pcap_server
+bin_PROGRAMS = osmo-pcap-client osmo-pcap-server
 
 osmo_pcap_client_SOURCES = osmo_client_main.c osmo_common.c \
 			   osmo_client_core.c osmo_client_vty.c \