summaryrefslogtreecommitdiff
path: root/logcheck/mklocalfiles
diff options
context:
space:
mode:
authorJonas <dr@jones.dk>2012-10-09 12:42:55 +0200
committerJonas <dr@jones.dk>2012-10-09 12:43:35 +0200
commitb1b7fd9bba3eb04e4238a2b277c31c400d8f9ab5 (patch)
tree60281e953979c0e332a982ea16faefc99523e83f /logcheck/mklocalfiles
parent0f1a6252d758df96ca567c201d3ea1437546d3f4 (diff)
Fix generate cracking.ignore.d/local.
Diffstat (limited to 'logcheck/mklocalfiles')
-rwxr-xr-xlogcheck/mklocalfiles2
1 files changed, 1 insertions, 1 deletions
diff --git a/logcheck/mklocalfiles b/logcheck/mklocalfiles
index eeb53eb..1ffa4e8 100755
--- a/logcheck/mklocalfiles
+++ b/logcheck/mklocalfiles
@@ -3,7 +3,7 @@
# Bad ass temp script to simply generate file "local" containing *all*
# other files in it (until a proper cfengine script is written
-for dir in ignore.d.server ignore.d.workstation violations.ignore.d; do
+for dir in ignore.d.server ignore.d.workstation violations.ignore.d cracking.ignore.d; do
echo regenerating $dir
rm -f $dir/local
# # Include server lines in workstation as well