aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2018-10-23 18:17:28 +0200
committerHarald Welte <laforge@gnumonks.org>2018-11-18 20:05:12 +0000
commit1d56daeaeb04c26f09875fe5f9f21e2675334373 (patch)
treeacfb924bf45f48eea6b57394922685f8d8707985
parent94b857aac77a4fa958e59d6f024a9fff493c3f23 (diff)
OsmoBSC/HLR/MSC: Fix default config file name
Mention that the default is not openbsc.cfg, but osmo-*.cfg Change-Id: I139e6004e28d6f918f31792e634214a6153edd0e
-rw-r--r--OsmoBSC/chapters/running.adoc2
-rw-r--r--OsmoHLR/chapters/running.adoc2
-rw-r--r--OsmoMSC/chapters/running.adoc2
3 files changed, 3 insertions, 3 deletions
diff --git a/OsmoBSC/chapters/running.adoc b/OsmoBSC/chapters/running.adoc
index 6747a29..f62ba6e 100644
--- a/OsmoBSC/chapters/running.adoc
+++ b/OsmoBSC/chapters/running.adoc
@@ -21,7 +21,7 @@ arguments:
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 `openbsc.cfg` in the current
+ used. If none is specified, use `osmo-bsc.cfg` in the current
working directory.
*-s, --disable-color*::
Disable colors for logging to stderr. This has mostly been
diff --git a/OsmoHLR/chapters/running.adoc b/OsmoHLR/chapters/running.adoc
index 44b66f2..5f24746 100644
--- a/OsmoHLR/chapters/running.adoc
+++ b/OsmoHLR/chapters/running.adoc
@@ -21,7 +21,7 @@ arguments:
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 `openbsc.cfg` in the current
+ used. If none is specified, use `osmo-hlr.cfg` in the current
working directory.
*-s, --disable-color*::
Disable colors for logging to stderr. This has mostly been
diff --git a/OsmoMSC/chapters/running.adoc b/OsmoMSC/chapters/running.adoc
index 8656a58..cb68157 100644
--- a/OsmoMSC/chapters/running.adoc
+++ b/OsmoMSC/chapters/running.adoc
@@ -21,7 +21,7 @@ arguments:
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 `openbsc.cfg` in the current
+ used. If none is specified, use `osmo-msc.cfg` in the current
working directory.
*-s, --disable-color*::
Disable colors for logging to stderr. This has mostly been