- /etc path for unix

- versioncheck disable by default
This commit is contained in:
HarpyWar 2014-01-08 13:41:21 +04:00
parent 1ea116434c
commit a7c7bff57f
2 changed files with 3 additions and 3 deletions

View file

@ -83,7 +83,7 @@ SET(LOCALE_INSTALL_DIR
SET(SYSCONF_INSTALL_DIR
"${EXEC_INSTALL_PREFIX}conf"
"${EXEC_INSTALL_PREFIX}/etc"
CACHE PATH "The ${APPLICATION_NAME} sysconfig install dir (default prefix/etc)"
FORCE
)

View file

@ -209,11 +209,11 @@ allowed_clients = all
# than 109. Starting with version 109 the clients will always do version
# checking since they do not function properly if the server does not
# request it.
skip_versioncheck = false
skip_versioncheck = true
# If you enable the version checks but want to allow clients that don't pass
# the checksum test then enable this.
allow_bad_version = false
allow_bad_version = true
# If you enable the version checks but want to allow clients that aren't
# listed in the versioncheck configuration file then enable this. Unless