From a82230d945f6bd3e0007b0d091edf6784902e178 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Fri, 20 Jan 2012 16:45:45 +0100 Subject: [PATCH] Syslogging for placeholder passwords --- bacula-checkconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula-checkconf b/bacula-checkconf index d9a8bb7..da3bb25 100644 --- a/bacula-checkconf +++ b/bacula-checkconf @@ -9,7 +9,7 @@ if [ $# -ne 1 ]; then fi grep -q '^[^#].*_PASSWORD@@' $1 if [ $? -eq 0 ]; then - echo "Error: Default password in config" + logger -st bacula-dir "Error: placeholder password in config file $1" exit 6 fi