From aba3d5d5579aef11243f21480708abbf7d61bbad Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 26 Oct 2002 11:28:48 +0000 Subject: cfengine: Correct (again...) new destination for logcheck local-file. --- cfengine/cf.services.harden | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfengine/cf.services.harden b/cfengine/cf.services.harden index 391dcb3..d59fc99 100644 --- a/cfengine/cf.services.harden +++ b/cfengine/cf.services.harden @@ -106,7 +106,7 @@ editfiles: copy: #The linktype is necessary for links to be replaced with files. any:: - $(LocalCommon)/logcheck/ignore.d.$(type)/local dest=$(logcheck)/ignore.$(type)/local linktype=copy + $(LocalCommon)/logcheck/ignore.d.$(type)/local dest=$(logcheck)/ignore.d.$(type)/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 -- cgit v1.2.3