diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-10-08 14:58:54 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-10-08 14:58:54 +0000 |
commit | ea59a78c32978d62a89052e2d8c232a43a03ff49 (patch) | |
tree | ba08ccf44d0a5ca76884795b5373e1e22a98cdd5 /cfengine | |
parent | b4055fc5baf66591b43acda1442875fa56b07b65 (diff) |
logcheck: New ignore lines for netatalk 1.5.5, and comment out symlinking (deprecated and in old versions should be done at install time).
Diffstat (limited to 'cfengine')
-rw-r--r-- | cfengine/cf.services.harden | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cfengine/cf.services.harden b/cfengine/cf.services.harden index f2b96c6..2c0d80c 100644 --- a/cfengine/cf.services.harden +++ b/cfengine/cf.services.harden @@ -139,11 +139,11 @@ copy: $(LocalCommon)/logcheck/ignore.d.$(type)/ssh dest=$(logcheck)/ignore.d/local-ssh linktype=copy $(LocalCommon)/logcheck/violations.ignore.d/ssh dest=$(logcheck)/violations.ignore.d/local-ssh linktype=copy -links: - any:: - # Sættes alt efter om det er server eller workstation. Pakken peger på workstation - $(logcheck)/ignore.d ->! $(logcheck)/ignore.d.$(type) - $(logcheck)/logcheck.ignore ->! $(logcheck)/logcheck.ignore.$(type) +#links: +# any:: +# # Sættes alt efter om det er server eller workstation. Pakken peger på workstation +# $(logcheck)/ignore.d ->! $(logcheck)/ignore.d.$(type) +# $(logcheck)/logcheck.ignore ->! $(logcheck)/logcheck.ignore.$(type) shellcommands: install_logcheck:: |