summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cfengine/cf.services.harden9
1 files changed, 6 insertions, 3 deletions
diff --git a/cfengine/cf.services.harden b/cfengine/cf.services.harden
index 9402860..e8678fd 100644
--- a/cfengine/cf.services.harden
+++ b/cfengine/cf.services.harden
@@ -101,10 +101,13 @@ editfiles:
UnCommentLinesMatching " # ! fi"
}
-# ## logcheck section
+ ## logcheck section
# FIXME: Put all files into $(LocalCommon)/logcheck/ignore.d.$(type)/local to support post-woody logcheck
-#copy:
-# #The linktype is necessary for links to be replaced with files.
+copy:
+ #The linktype is necessary for links to be replaced with files.
+ any::
+ $(LocalCommon)/logcheck/ignore.d.$(type)/local dest=$(logcheck)/ignore.d/local linktype=copy
+ $(LocalCommon)/logcheck/violations.ignore.d/local dest=$(logcheck)/violations.ignore.d/local linktype=copy
# NameServer::
# $(LocalCommon)/logcheck/ignore.d.$(type)/bind dest=$(logcheck)/ignore.d/local-bind linktype=copy
# $(LocalCommon)/logcheck/violations.ignore.d/bind dest=$(logcheck)/violations.ignore.d/local-bind linktype=copy