From b1b7fd9bba3eb04e4238a2b277c31c400d8f9ab5 Mon Sep 17 00:00:00 2001 From: Jonas Date: Tue, 9 Oct 2012 12:42:55 +0200 Subject: Fix generate cracking.ignore.d/local. --- logcheck/mklocalfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'logcheck/mklocalfiles') 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 -- cgit v1.2.3