fixed due to new logging concept

This commit is contained in:
Andreas Steffen
2006-10-27 17:54:06 +00:00
parent ebdddb74d4
commit ade9743ec4
14 changed files with 22 additions and 30 deletions
+2 -2
View File
@@ -53,12 +53,12 @@ fi
##########################################################################
# clear the auth.log where IKE messages are logged
# clear auth.log and daemon.log where IKE messages are logged
#
for host in $IPSECHOSTS
do
eval HOSTLOGIN="root@`echo $HOSTNAMEIPV4 | sed -n -e "s/^.*${host},//gp" | awk -F, '{ print $1 }' | awk '{ print $1 }'`"
ssh $HOSTLOGIN 'rm -f /var/log/auth.log; \
ssh $HOSTLOGIN 'rm -f /var/log/auth.log /var/log/daemon.log; \
kill -SIGHUP `cat /var/run/syslogd.pid`' > /dev/null 2>&1
done