System information

iscsi-initiator-utils-6.2.0.868-0.7.el5.i386.rpm: /etc/rc.d/init.d/iscsid
---
+++
@@ -59,9 +59,7 @@
echo -n $"Stopping iSCSI daemon: "
- # iscsid does not have a nice shutdown process.
- # It really should never be stopped
- pkill -KILL iscsid
+ iscsiadm -k 0
echo
modprobe -r ib_iser 2>/dev/null
ypbind-1.19-8.el5.i386.rpm: /etc/rc.d/init.d/ypbind
---
+++
@@ -37,7 +37,7 @@
[ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled || return
allow_ypbind=0
. /etc/selinux/config
- if [ -e /etc/selinux/${SELINUXTYPE}/modules1/active/booleans.local ]; then
+ if [ -e /etc/selinux/${SELINUXTYPE}/modules/active/booleans.local ]; then
. /etc/selinux/${SELINUXTYPE}/modules/active/booleans.local
fi
if [ $allow_ypbind == 0 ]; then
@@ -52,6 +52,7 @@
if [ -n "$NISDOMAIN" ]; then
action $"Setting NIS domain name $NISDOMAIN: " domainname $NISDOMAIN
else
+ action $"Error: NIS domain name is not set." false
exit 1
fi
fi
@@ -112,7 +113,7 @@
fi
fi
echo
- selinux_off
+ #selinux_off
return $RETVAL
}
udev-095-14.16.el5.i386.rpm: /etc/sysconfig/m odules/udev-stw.m odules
---
+++
@@ -1,4 +1,6 @@
#!/bin/sh
-for i in nvram floppy parport lp snd-powermac;do
+MODULES="nvram floppy parport lp snd-powermac"
+[ -f /etc/sysconfig/udev-stw ] && . /etc/sysconfig/udev-stw
+for i in $MODULES ; do
modprobe $i >/dev/null 2>&1
done
dhcp-3.0.5-13.el5.i386.rpm: /etc/rc.d/init.d/dhcpd
---
+++
@@ -62,6 +62,11 @@
[ -f $conf ] || return 6
$dhcpd -q -t -cf $conf
Red Hat Enterprise Linux 5 5.3 Release Notes
184