View | Details | Raw Unified | Return to bug 7746
Collapse All | Expand All

(-)identd.init.orig (-5 / +3 lines)
Lines 16-28 Link Here
16
. /etc/init.d/functions
16
. /etc/init.d/functions
17
17
18
# Get config.
18
# Get config.
19
. /etc/sysconfig/network
19
N_C_S_CONFIG=/etc/sysconfig/network
20
. $N_C_S_CONFIG
20
21
21
# Check that networking is up.
22
# Check that networking is up.
22
if [ ${NETWORKING} = "no" ]
23
is_yes "$NETWORKING" || exit 0
23
then
24
	exit 0
25
fi
26
24
27
[ -x /usr/sbin/identd ] || exit 0
25
[ -x /usr/sbin/identd ] || exit 0
28
26

Return to bug 7746