summaryrefslogtreecommitdiff
path: root/logcheck/mklocalfiles
diff options
context:
space:
mode:
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 06aa7fb..3ba8a8a 100755
--- a/logcheck/mklocalfiles
+++ b/logcheck/mklocalfiles
@@ -7,7 +7,7 @@ for dir in ignore.d.server ignore.d.workstation violations.ignore.d; do
echo regenerating $dir
rm -f $dir/local
# Include server lines in workstation as well
- if [ "$dir" == "violations.ignore.d" ]; then
+ if [ "$dir" == "ignore.d.workstation" ]; then
for file in ignore.d.server/*; do
if [ -f $file -a `basename $file` != "local" ]; then
echo "### $file" >> $dir/local