Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2374 → Rev 2375

/alcasar.sh
1197,7 → 1197,7
ifconfig $INTIF 0.0.0.0
/usr/sbin/ethtool -K $INTIF gro off
daemon /usr/sbin/chilli -c \$CONFIG --pidfile=\$pidfile &
RETVAL=$?
RETVAL=\$?
fi
;;
 
1221,7 → 1221,7
gprintf "Shutting down \$prog: "
killproc /usr/sbin/chilli
RETVAL=\$?
[ \$RETVAL = 0 ] && rm -f $pidfile
[ \$RETVAL = 0 ] && rm -f \$pidfile
else
gprintf "chilli is not running"
fi