diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-10-26 11:26:15 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-10-26 11:26:15 +0000 |
commit | c66639018d7c2b28f80e6076f6127472c9da6083 (patch) | |
tree | 17d35ed0f13007d7608d554fe4dfbaac47325b31 /cfengine | |
parent | 7089ea7eb67f9310c81e3b536dd972d86c632ed6 (diff) |
cfengine: Correct (new) destination for logcheck local-file.
Diffstat (limited to 'cfengine')
-rw-r--r-- | cfengine/cf.services.harden | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfengine/cf.services.harden b/cfengine/cf.services.harden index e8678fd..391dcb3 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.d/local linktype=copy + $(LocalCommon)/logcheck/ignore.d.$(type)/local dest=$(logcheck)/ignore.$(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 |