Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2863 → Rev 2864

/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 [ `cat /proc/modules|grep -c ^ipt_NETFLOW` == 0 ]
then
logger -t alcasar-daemon -i "ipt_netflow is inactive."
echo "The Log system is disabled! try to know why (modprobe ipt_NETFLOW)"