From 37426a8be694fd180cfca29eb51bd089b3ceac67 Mon Sep 17 00:00:00 2001 From: Mark Riddoch Date: Mon, 2 Dec 2013 10:09:04 +0000 Subject: [PATCH] Updated in line with changes made to the code by Vilho --- README | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README b/README index d719db4cb..0fbd648e8 100644 --- a/README +++ b/README @@ -66,9 +66,15 @@ modules it will search using a predescribed search path. The rules are: 3. Look in /usr/local/skysql/MaxScale/modules -Configuration is read by default from the file $MAXSCALE_HOME/etc/MaxScale.cnf, -/etc/MaxScale.cnf, an example file is included in the root of the source tree. The -default location can be overriden by use of the -c flag on the command line. This -should be immediately followed by the path to the configuration file. +Configuration is read by default from the file +$MAXSCALE_HOME/etc/MaxScale.cnf, /etc/MaxScale.cnf, an example file +is included in the root of the source tree. The default value of +MAXSCALE_HOME can be overriden by use of the -c flag on the command +line. This should be immediately followed by the path to the MaxScale +home directory. + +The -f flag can be used to set the name of the configuration file +to read in place of the one in the MaxScale home directory. Merely +pass the name of the file to read followinf the -f flag. */