Typo dans les checks userlogrotate et mod-security

This commit is contained in:
Romain Dessort 2010-06-11 19:11:30 +02:00
parent 73319a43dd
commit e864ae60e3

View file

@ -297,12 +297,12 @@ fi
# Verification de la presence du userlogrotate
if [ "$IS_USERLOGROTATE" = 1 ]; then
is_pack_web && (test -x /etc/cron.weekly/userlogrotate || echo 'IS_USERLOGROTATE')
is_pack_web && (test -x /etc/cron.weekly/userlogrotate || echo 'IS_USERLOGROTATE FAILED!')
fi
# Verification de la présence de mod_security
if [ "$IS_MODSECURITY" = 1 ]; then
is_pack_web && (is_installed libapache2-mod-security2 && test -e /etc/apache2/conf.d/mod-security2.conf || echo 'IS_MODSECURITY')
is_pack_web && (is_installed libapache2-mod-security2 && test -e /etc/apache2/conf.d/mod-security2.conf || echo 'IS_MODSECURITY FAILED!')
fi
# Verification de la syntaxe de la conf d'Apache