diff options
author | Mario Preksavec <mario@slackware.hr> | 2015-02-28 11:54:42 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-08 06:35:09 +0700 |
commit | 08db90ae6bb859639f411cccb553aeb34f398cb3 (patch) | |
tree | ccb7ea523b29da049e964f53d4a5f9875e64a213 /network/icinga2/icinga2.SlackBuild | |
parent | dbc3095039b8ee2c398b15be099d1eefd8c20aec (diff) | |
download | slackbuilds-08db90ae6bb859639f411cccb553aeb34f398cb3.tar.gz |
network/icinga2: Fixes for var change during submission
Diffstat (limited to 'network/icinga2/icinga2.SlackBuild')
-rw-r--r-- | network/icinga2/icinga2.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/icinga2/icinga2.SlackBuild b/network/icinga2/icinga2.SlackBuild index 8d08acbb12..78eddf8438 100644 --- a/network/icinga2/icinga2.SlackBuild +++ b/network/icinga2/icinga2.SlackBuild @@ -77,7 +77,7 @@ case "$MYSQL" in *) MYSQL="" ;; esac -# Use PGSQL by default +# Don't use PGSQL by default PGSQL=${PGSQL:-no} case "$PGSQL" in no) PGSQL="-DICINGA2_WITH_PGSQL=OFF" ;; |