aboutsummaryrefslogtreecommitdiffstats
path: root/cron-sh/promisc_check.sh
diff options
context:
space:
mode:
authorMichael Scherer <misc@mandriva.com>2006-05-04 14:03:36 +0000
committerMichael Scherer <misc@mandriva.com>2006-05-04 14:03:36 +0000
commitc3e072dbce9ec59d891dd58f8afdfd92a1bee8d3 (patch)
tree57631e2bf3da1267a8495c94f5edb9ac498aa55a /cron-sh/promisc_check.sh
parenta5b572c4a4e73bc0b369c20c9cdf7b2f5804b8ea (diff)
downloadmsec-c3e072dbce9ec59d891dd58f8afdfd92a1bee8d3.tar
msec-c3e072dbce9ec59d891dd58f8afdfd92a1bee8d3.tar.gz
msec-c3e072dbce9ec59d891dd58f8afdfd92a1bee8d3.tar.bz2
msec-c3e072dbce9ec59d891dd58f8afdfd92a1bee8d3.tar.xz
msec-c3e072dbce9ec59d891dd58f8afdfd92a1bee8d3.zip
fix bug #21090, by using logger instead of deprecated initlog, thanks blino
Diffstat (limited to 'cron-sh/promisc_check.sh')
-rwxr-xr-xcron-sh/promisc_check.sh2
1 files changed, 1 insertions, 1 deletions
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
}