]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/grant_postgresql_privileges.in
Split messages line by line before sending it to syslog() fix #3325
[bacula/bacula] / bacula / src / cats / grant_postgresql_privileges.in
index d037ceee9501169b62627e206ac8ff640c6cb552..f39725ddc0959da160aacff1c43f973eca9b106b 100644 (file)
@@ -3,7 +3,7 @@
 # shell script to grant privileges to the bacula database
 #
 db_user=${db_user:-@db_user@}
-bindir=@SQL_BINDIR@
+bindir=@POSTGRESQL_BINDIR@
 db_name=${db_name:-@db_name@}
 db_password=@db_password@
 if [ "$db_password" != "" ]; then