diff -r cc078ac2fddd -r 59e07bba67cc security.d/chk_aliases --- a/security.d/chk_aliases Tue Sep 22 20:26:20 2009 +0200 +++ b/security.d/chk_aliases Thu Dec 06 15:08:01 2012 +0100 @@ -1,23 +1,19 @@ #!/bin/bash # -# $Id$ -# ############################################################################# -# Copyright (C) 2005 +# Copyright (C) 2005-2012 # # Michiel Broek -# Beekmansbos 10 -# 1971 BV IJmuiden # the Netherlands # -# This file is part of SlackSecCheckSripts. +# This file is part of SlackSecCheckScripts. # # This package is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the # Free Software Foundation; either version 2, or (at your option) any # later version. # -# SlackSecCheckSripts is distributed in the hope that it will be useful, but +# SlackSecCheckScripts is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. @@ -47,7 +43,7 @@ # Uudecode should not be in the /etc/mail/aliases file. # -for f in /etc/mail/aliases /etc/aliases /etc/postfix/aliases; do +for f in /etc/mail/aliases /etc/aliases /etc/postfix*/aliases; do if [ -f $f ]; then egrep '^[^#]*(uudecode)' $f >> $OUTPUT fi