1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Fix trivial instances of wrong autoconf exitcodes

This commit is contained in:
Lars Kruse 2018-09-16 04:01:57 +02:00
parent 99f6979f22
commit e4cd049b01
152 changed files with 225 additions and 344 deletions

View file

@ -31,7 +31,7 @@ if (exists $ARGV[0]) {
# Check for DBD::Pg
if (! eval "require DBD::Pg;") {
print "no (DBD::Pg not found)";
exit 1;
exit 0;
}
# Then we try to detect Postgres presence by connecting to
# 'template1'.
@ -43,7 +43,7 @@ if (exists $ARGV[0]) {
exit 0;
} else {
print "no (Can't connect to given host, please check environment settings)\n";
exit 1;
exit 0;
}
} elsif ($ARGV[0] and $ARGV[0] eq 'debug') {
# Set config flag