Removed old unused cmake variables, updated documentation and fixed testall suite.
This commit is contained in:
@ -133,6 +133,14 @@ Configure the directory MaxScale uses to store cached data. An example of cached
|
|||||||
cachedir=/tmp/maxscale_cache/
|
cachedir=/tmp/maxscale_cache/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### `piddir`
|
||||||
|
|
||||||
|
Configure the directory for the PID file for MaxScale. This file contains the Process ID for the running MaxScale process.
|
||||||
|
|
||||||
|
```
|
||||||
|
piddir=/tmp/maxscale_cache/
|
||||||
|
```
|
||||||
|
|
||||||
#### `language`
|
#### `language`
|
||||||
|
|
||||||
Set the folder where the errmsg.sys file is located in. MaxScale will look for the errmsg.sys file installed with MaxScale from this folder.
|
Set the folder where the errmsg.sys file is located in. MaxScale will look for the errmsg.sys file installed with MaxScale from this folder.
|
||||||
|
@ -36,6 +36,8 @@ Switch|Long Option|Description
|
|||||||
`-C PATH`|`--configdir=PATH`|path to configuration file directory (default: /etc/)
|
`-C PATH`|`--configdir=PATH`|path to configuration file directory (default: /etc/)
|
||||||
`-B PATH`|`--libdir=PATH`|path to module directory (default: /usr/lib64/maxscale)
|
`-B PATH`|`--libdir=PATH`|path to module directory (default: /usr/lib64/maxscale)
|
||||||
`-A PATH`|`--cachedir=PATH`|path to cache directory (default: /var/cache/maxscale)
|
`-A PATH`|`--cachedir=PATH`|path to cache directory (default: /var/cache/maxscale)
|
||||||
|
`P PATH`|`--piddir=PATH`|PID file directory
|
||||||
|
`-U USER`|`--user=USER`|run MaxScale as another user. The user ID and group ID of this user are used to run MaxScale.
|
||||||
`-s [yes no]`|`--syslog=[yes no]`|log messages to syslog (default:yes)
|
`-s [yes no]`|`--syslog=[yes no]`|log messages to syslog (default:yes)
|
||||||
`-S [yes no]`|`--maxscalelog=[yes no]`|log messages to MaxScale log (default: yes)
|
`-S [yes no]`|`--maxscalelog=[yes no]`|log messages to MaxScale log (default: yes)
|
||||||
`-v`|`--version`|print version info and exit
|
`-v`|`--version`|print version info and exit
|
||||||
|
Reference in New Issue
Block a user