From c3e072dbce9ec59d891dd58f8afdfd92a1bee8d3 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 4 May 2006 14:03:36 +0000 Subject: fix bug #21090, by using logger instead of deprecated initlog, thanks blino --- cron-sh/promisc_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cron-sh/promisc_check.sh') diff --git a/cron-sh/promisc_check.sh b/cron-sh/promisc_check.sh index d6867b9..5162a93 100755 --- a/cron-sh/promisc_check.sh +++ b/cron-sh/promisc_check.sh @@ -5,7 +5,7 @@ Syslog() { if [[ ${SYSLOG_WARN} == yes ]]; then - /sbin/initlog --string="${1}" + logger "${1}" fi } -- cgit v1.2.1