From e231b7d81efbc6bce38042a3e0e457d5b3cf705d Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 20 Jul 2003 14:42:29 +0000 Subject: Add trailing pranthese (in a comment!!!). Stop merging workstation and server files - done upstream now. --- logcheck/mklocalfiles | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'logcheck/mklocalfiles') diff --git a/logcheck/mklocalfiles b/logcheck/mklocalfiles index 3ba8a8a..dc4a152 100755 --- a/logcheck/mklocalfiles +++ b/logcheck/mklocalfiles @@ -6,15 +6,15 @@ 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" == "ignore.d.workstation" ]; then - for file in ignore.d.server/*; do - if [ -f $file -a `basename $file` != "local" ]; then - echo "### $file" >> $dir/local - cat $file >> $dir/local - fi - done - fi +# # Include server lines in workstation as well +# 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 +# cat $file >> $dir/local +# fi +# done +# fi for file in $dir/*; do if [ -f $file -a `basename $file` != "local" ]; then echo "### $file" >> $dir/local -- cgit v1.2.3