03-27-07 06:11 PM
Yeah kill it if it looks superfoulous.
Thanks Ole,
ALex
On 3/21/07, Ole Ersoy <ole.ersoy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
> I looked at Tomcat's start/stop script (catalina.sh)
> and it does not have this in it:
>
> # Source function library.
> if [ -f /etc/init.d/functions ] ; then
> . /etc/init.d/functions
> fi
>
> # Source networking configuration.
> if [ -f /etc/sysconfig/network ] ; then
> . /etc/sysconfig/network
> fi
>
> # Check that networking is up.
> if [ ! -z "$NETWORKING" ] ; then
> if [ "$NETWORKING" = "no" ] ; then
> exit 0
> fi
> fi
>
>
> It made me think that maybe we don't need it either...
> Not that these are harmful in anyway, but personally I prefer things
> to be as lightweight as possible for ease of maintenance and simplicity.
>
> Thoughts?
>
> Thanks,
> - Ole
>
[ Post a follow-up to this message ]
|