diff options
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 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 |