--- identd.init.orig 2003-06-17 16:28:36 +0300 +++ identd.init 2005-08-24 23:15:11 +0300 @@ -16,13 +16,11 @@ . /etc/init.d/functions # Get config. -. /etc/sysconfig/network +N_C_S_CONFIG=/etc/sysconfig/network +. $N_C_S_CONFIG # Check that networking is up. -if [ ${NETWORKING} = "no" ] -then - exit 0 -fi +is_yes "$NETWORKING" || exit 0 [ -x /usr/sbin/identd ] || exit 0