System information
RETVAL=$?
+ if [ $RETVAL -eq 1 ]; then
+ $dhcpd -t -cf $conf
+ else
+ echo "Syntax: OK" >&2
+ fi
return $ RETVAL
}
initscripts-8.45.19.EL-1.i386.rpm: /etc/rc.d/init.d/netconsole
---
+++
@@ -92,7 +92,7 @@
SYSLOGOPTS="netconsole=$LOCALPORT@$LOCALADDR/$ DEV,$ SYSLOGPORT@$SYSLOGADDR/$SYSLOG
MACADDR "
- logger -p daemon.info -t netconsole: inserting netconsole module with arguments
\
+ /usr/bin/logger -p daem on.info -t netconsole: inserting netconsole module with
arguments \
$SYSLOGOPTS
if [ -n "$SYSLOGOPTS" ]; then
action $"Initializing netconsole" m odprobe netconsole \
bind-9.3.4-6.P1.el5.i386.rpm: /etc/rc.d/init.d/nam ed
---
+++
@@ -253,7 +253,7 @@
fi
[ "$RETVAL" -eq 0 ] && success $ "$nam ed reload" || failure $ "$nam ed reload"
echo
- return $?
+ return $RETVAL
}
probe() {
# nam ed knows how to reload intelligently; we don't want linuxconf
initscripts-8.45.19.EL-1.i386.rpm: /etc/sysconfig/network-scripts/ifup-ippp
---
+++
@@ -30,20 +30,20 @@
# check that ipppd is available for syncppp
if [ "$ENCAP" = "syncppp" ]; then
if [ ! -x /usr/sbin/ipppd -a ! -x /sbin/ipppd ] ; then
- logger -p daemon.info -t ifup-ippp "ipppd does not exist or is not
executable"
+ /usr/bin/logger -p daem on.info -t ifup-ippp "ipppd does not exist or is
not executable"
exit 1
fi
fi
# check that isdnctrl is available
if [ ! -x /usr/sbin/isdnctrl -a ! -x /sbin/isdnctrl ] ; then
- logger -p daemon.info -t ifup-ippp "isdnctrl does not exist or is not
executable"
+ /usr/bin/logger -p daemon.info -t ifup-ippp "isdnctrl does not exist or is
not executable"
exit 1
fi
13. Configuration Changes From Previous Release
185