From e005f8d60e6c3319a9829ec7829a7c98c0a0d657 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 14 Apr 2012 19:39:29 +0800 Subject: [PATCH] openbsc: Fix the name of the MGCP MGW start script The binary was renamed in the master branch, catch up. --- recipes-osmocom/openbsc/openbsc.inc | 4 ++-- recipes-osmocom/openbsc/openbsc/osmo-bsc_mgcp.init | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-osmocom/openbsc/openbsc.inc b/recipes-osmocom/openbsc/openbsc.inc index 4fbb14b8b7..f60da86cdc 100644 --- a/recipes-osmocom/openbsc/openbsc.inc +++ b/recipes-osmocom/openbsc/openbsc.inc @@ -9,7 +9,7 @@ RDEPENDS_osmo-nitb = "libdbd-sqlite3" SRC_URI = "file://osmo-nitb.init \ file://osmo-bsc_mgcp.init \ file://osmo-bsc.init" -INC_PR = "r11.${META_TELEPHONY_OSMO_INC}" +INC_PR = "r12.${META_TELEPHONY_OSMO_INC}" EXTRA_OECONF += " --enable-nat --enable-osmo-bsc " @@ -49,7 +49,7 @@ FILES_osmo-bsc = " ${bindir}/osmo-bsc \ CONFFILES_osmo-bsc-mgcp = "${sysconfdir}/osmocom/osmo-bsc-mgcp.cfg" INITSCRIPT_NAME_osmo-bsc-mgcp = "osmo-bsc-mgcp" INITSCRIPT_PARAMS_osmo-bsc-mgcp = "defaults 30 30" -FILES_osmo-bsc-mgcp = " ${bindir}/bsc_mgcp \ +FILES_osmo-bsc-mgcp = " ${bindir}/osmo-bsc_mgcp \ ${sysconfdir}/osmocom/osmo-bsc-mgcp.cfg \ ${sysconfdir}/init.d/osmo-bsc-mgcp" diff --git a/recipes-osmocom/openbsc/openbsc/osmo-bsc_mgcp.init b/recipes-osmocom/openbsc/openbsc/osmo-bsc_mgcp.init index cf9c4516c4..bfddac962a 100755 --- a/recipes-osmocom/openbsc/openbsc/osmo-bsc_mgcp.init +++ b/recipes-osmocom/openbsc/openbsc/osmo-bsc_mgcp.init @@ -8,7 +8,7 @@ # Short-Description: Osmocom GSM BSC MGCP proxy ### END INIT INFO -DAEMON=/usr/bin/bsc_mgcp +DAEMON=/usr/bin/osmo-bsc_mgcp NAME=osmo-bsc_mgcp DESC="Osmocom GSM BSC MGCP proxy" NORMAL_ARGS="-D -c /etc/osmocom/bsc_mgcp.cfg"