Don't complain if /etc/sysconfig/network absent

This commit is contained in:
David Woodhouse 2009-08-07 07:19:06 +00:00
parent 4c896097dc
commit b9addd26d2

View File

@ -13,7 +13,7 @@
. /etc/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
[ -r /etc/sysconfig/network ] && . /etc/sysconfig/network
# Source exim configureation.
if [ -f /etc/sysconfig/exim ] ; then