osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-cbc/+/40336?usp=email )
Change subject: Fix typo osmo-bsc -> osmo-cbc ......................................................................
Fix typo osmo-bsc -> osmo-cbc
Change-Id: I3da908d250771ca13e8b3f9069fe4f781defb461 --- M debian/osmo-cbc.install M doc/manuals/chapters/running.adoc 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/36/40336/1
diff --git a/debian/osmo-cbc.install b/debian/osmo-cbc.install index 76373fd..5ce45f2 100644 --- a/debian/osmo-cbc.install +++ b/debian/osmo-cbc.install @@ -1,4 +1,4 @@ /etc/osmocom/osmo-cbc.cfg lib/systemd/system/osmo-cbc.service usr/bin/osmo-cbc -usr/share/doc/osmo-cbc/examples/osmo-cbc/*.cfg usr/share/doc/osmo-bsc/examples +usr/share/doc/osmo-cbc/examples/osmo-cbc/*.cfg usr/share/doc/osmo-cbc/examples diff --git a/doc/manuals/chapters/running.adoc b/doc/manuals/chapters/running.adoc index 5cbe873..b930de1 100644 --- a/doc/manuals/chapters/running.adoc +++ b/doc/manuals/chapters/running.adoc @@ -17,5 +17,5 @@ Fork the process as a daemon into background. *-c, --config-file 'CONFIGFILE'*:: Specify the file and path name of the configuration file to be - used. If none is specified, use `osmo-bsc.cfg` in the current + used. If none is specified, use `osmo-cbc.cfg` in the current working directory.