Rename files, removing "gw"-prefix

Also gwdirs.h.in -> paths.h.in
This commit is contained in:
Esa Korhonen
2017-01-19 17:10:01 +02:00
parent 568239d2b5
commit 6e38276a20
55 changed files with 58 additions and 58 deletions

View File

@ -11,7 +11,7 @@ set(MAXSCALE_VARDIR /var CACHE PATH "Data file path (usually /var/)")
set(MAXSCALE_CONFDIR /etc CACHE PATH "Configuration file installation path (/etc/)")
# Default values for directories and subpaths where files are searched. These
# are used in `server/include/gwdirs.h.in`.
# are used in `include/maxscale/paths.h.in`.
set(DEFAULT_PID_SUBPATH "run/maxscale" CACHE PATH "Default PID file subpath")
set(DEFAULT_LOG_SUBPATH "log/maxscale" CACHE PATH "Default log subpath")
set(DEFAULT_DATA_SUBPATH "lib/maxscale" CACHE PATH "Default datadir subpath")