From cdc00a3b731673880b40e11d3635983d4163c109 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 30 Oct 2014 12:52:12 +0100 Subject: typo + whitespace + log failed login attempts with syslog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/logging | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/logging') diff --git a/src/logging b/src/logging index c1ca78e..63287d5 100755 --- a/src/logging +++ b/src/logging @@ -104,12 +104,13 @@ log_denied () { try log-login-btmp "$@" try log-login-audit "$@" + try log-login-syslog "$@" } # Figure out the actionname action="${hook}" if [ "${hook}" = denied ]; then - action=fail + action=failed fi # Preprend options to values -- cgit v1.2.3-70-g09d2