From a6aee76b723684538891c58051fbba5ca3d718a0 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 25 Oct 2002 23:27:34 +0000 Subject: cfengine: Enable use of dirty hack logcheck local-file (until a better solution is written). --- cfengine/cf.services.harden | 9 ++++++--- 1 file 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 -- cgit v1.2.3