Yeah kill it if it looks superfoulous.
Thanks Ole,
ALex
On 3/21/07, Ole Ersoy <[EMAIL PROTECTED]> 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