summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-check_postgres/files/patch-check__postgres.pl
blob: b4c66f9767858baf2883243a75810b2a06b9f25a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- check_postgres.pl.orig	2015-04-08 10:32:58 UTC
+++ check_postgres.pl
@@ -47,7 +47,7 @@ our $DEFAULT_OUTPUT = 'nagios';
 
 ## If psql binaries are not in your path, it is recommended to hardcode it here,
 ## as an alternative to the --PGBINDIR option
-$PGBINDIR = '';
+$PGBINDIR = '%%LOCALBASE%%/bin';
 
 ## If this is true, $opt{PSQL} and $opt{PGBINDIR} are disabled for security reasons
 our $NO_PSQL_OPTION = 1;