summaryrefslogtreecommitdiff
path: root/logcheck/mklocalfiles
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-10-24 01:11:27 +0000
committerJonas Smedegaard <dr@jones.dk>2002-10-24 01:11:27 +0000
commit0035e6ec93147e6c5ab30495eef84c97e12381cd (patch)
treed75245cc13e6b075f837bf85f9ccb09322f668ac /logcheck/mklocalfiles
parent14084ef18084d2e84a5d9b9854a221b4cb0948b6 (diff)
logcheck: Include server lines in workstation (and not violations).
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