Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2814 → Rev 2815

/scripts/alcasar-daemon.sh
62,7 → 62,7
echo "$nb_srv services needed by ALCASAR are started."
fi
 
if [ `lsmod|grep ipt_NETFLOW|wc -l` == 0 ]
if [ `lsmod|grep ^ipt_NETFLOW|wc -l` == 0 ]
then
logger -t alcasar-daemon -i "ipt_netflow is inactive."
echo "The Log system is disabled! try to know why (modprobe ipt_NETFLOW)"