diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-10-25 23:27:34 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-10-25 23:27:34 +0000 |
commit | a6aee76b723684538891c58051fbba5ca3d718a0 (patch) | |
tree | 80aed4f02062999acd75358252f5f75298b2367f /cfengine | |
parent | ebcd355719438bf590cd17b36bacaac9ff744f21 (diff) |
cfengine: Enable use of dirty hack logcheck local-file (until a better solution is written).
Diffstat (limited to 'cfengine')
-rw-r--r-- | cfengine/cf.services.harden | 9 |
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 |