Release Notes
210
analogous to a combination of the UNIX tar and compress commands and
is compatible with PKZIP (a compression and file packaging utility for
MS-DOS systems).
Install the zip package if you need to compress files using the zip
program.
• No added dependencies
• No removed dependencies
13. Configuration Changes From Previous Release
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
Summary of Contents for ENTERPRISE LINUX 5.3 - RELEASE MANIFEST
Page 240: ...240 ...