From 1054ca8433b4ad5e55ba58a3e0922fbd8edfdad4 Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Sat, 12 Sep 2009 11:06:47 +0200 Subject: [PATCH] * ignoriranje BIND cache gresaka * ignoriranje anacron gresaka (Yum program...) --- debian/changelog | 7 +++++++ debian/postinst | 24 ++++++++++++++++++------ 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6c4660f..c484805 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ossec-hids-cn (2.0-2) stable; urgency=low + + * ignoriranje BIND cache gresaka + * ignoriranje anacron gresaka (Yum program...) + + -- Dinko Korunic Sat, 12 Sep 2009 11:03:24 +0200 + ossec-hids-cn (2.0-1) stable; urgency=low * depend o novom upstream paketu diff --git a/debian/postinst b/debian/postinst index f059b13..fbd287f 100755 --- a/debian/postinst +++ b/debian/postinst @@ -73,7 +73,7 @@ fi cp-update --comment '' \ ossec-hids-cn "$local_rules.$$" < + 1002 rsync @@ -83,20 +83,32 @@ cp-update --comment '' \ 1002 ^sophie|^smartd - Events ignored + Ignore Sophie/SMARTd - - 3303 Events ignored - 3356 - Ignore blacklisted mail + 3356 + Ignore blacklisted mail + + + 1002 + cache + ^named + Ignore BIND cache warnings + + + + 2933 + Updated timestamp for job + ^anacron + Ignore Anacron warnings + EOF cp_mv "$local_rules.$$" "$local_rules" -- 1.7.10.4