William first thanks. and it was so simple!
in /etc/rc.d/init.d/shoutcast was:
fi
;;
*)
echo "Usage: shoutcast (start|stop|restart) [-v]"
esac
and this was missing (last line down):
fi
;;
*)
echo "Usage: shoutcast (start|stop|restart) [-v]"
esac
exit $?
now it works, many tanks
zoran