Minor bug. It does not work on non RH systems. Thanx to

Craig Bourne <cbourne@cbourne.com>
This commit is contained in:
Ondrej Filip 2000-08-25 12:26:03 +00:00
parent 6cf7e97abe
commit 8b6b49239f

View file

@ -16,7 +16,7 @@
. /etc/rc.d/init.d/functions
# Check that networking is up.
if [ ${NETWORKING} = "no" ]
if [ "${NETWORKING}" = "no" ]
then
exit 0
fi