08.10.2013 Views

Red Hat Enterprise Linux 5 5.3 Release Notes - Red Hat Customer ...

Red Hat Enterprise Linux 5 5.3 Release Notes - Red Hat Customer ...

Red Hat Enterprise Linux 5 5.3 Release Notes - Red Hat Customer ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

# block device.<br />

- rootfs=$(awk '{ if ($1 !~ /^[ \t]*#/ && $2 == "/") { print $3; }}'<br />

/etc/mtab)<br />

+ rootfs=$(awk '{ if ($1 !~ /^[ \t]*#/ && $2 == "/" && $3 != "rootfs") {<br />

print $3; }}' /proc/mounts)<br />

rootopts=$(awk '{ if ($1 !~ /^[ \t]*#/ && $2 == "/") { print $4; }}'<br />

/etc/mtab)<br />

if [[ "$rootfs" =~ "^nfs" ]] || [[ "$rootopts" =~ "_netdev|_rnetdev" ]] ; then<br />

nfs-utils-1.0.9-33.el5.i386.rpm: /etc/rc.d/init.d/rpcidmapd<br />

---<br />

+++<br />

@@ -24,7 +24,7 @@<br />

case "$1" in<br />

start|condstart)<br />

# Check that networking is up.<br />

- [ "${NETWORKING}" = "no" ] && exit 6<br />

+ [ "${NETWORKING}" != "yes" ] && exit 6<br />

[ ! -x /usr/sbin/rpc.idmapd ] && exit 5<br />

@@ -32,6 +32,11 @@<br />

[ "$1" = "condstart" -a -n "`pidofproc $prog`" ] && {<br />

killproc $prog "-SIGHUP" > /dev/null<br />

exit 0<br />

+ }<br />

+ [ "$1" = "start" ] && {<br />

+ if status $prog > /dev/null ; then<br />

+ exit 0<br />

+ fi<br />

}<br />

rm -f $LOCKFILE<br />

@@ -55,8 +60,6 @@<br />

}<br />

}<br />

}<br />

-<br />

- # Make sure the mount worked.<br />

<strong>Red</strong> <strong>Hat</strong> <strong>Enterprise</strong> <strong>Linux</strong> 5 <strong>5.3</strong> <strong>Release</strong> <strong>Notes</strong> 183<br />

# Start daemon.<br />

daemon $prog ${RPCIDMAPDARGS}<br />

initscripts-8.45.19.EL-1.i386.rpm: /etc/sysconfig/network-scripts/ifup-sl<br />

---<br />

+++<br />

@@ -31,7 +31,7 @@<br />

[ -x /usr/sbin/dip ] || {<br />

echo $"/usr/sbin/dip does not exist or is not executable"<br />

echo $"ifup-sl for $DEVICE exiting"<br />

- logger -p daemon.info -t ifup-sl \<br />

+ /usr/bin/logger -p daemon.info -t ifup-sl \<br />

$"/usr/sbin/dip does not exist or is not executable for $DEVICE"<br />

exit 1<br />

}<br />

@@ -43,14 +43,14 @@<br />

[ -f $DIPSCRIPT ] || {<br />

echo $"/etc/sysconfig/network-scripts/dip-$DEVICE does not exist"<br />

echo $"ifup-sl for $DEVICE exiting"<br />

- logger -p daemon.info -t ifup-sl \<br />

+ /usr/bin/logger -p daemon.info -t ifup-sl \<br />

$"/etc/sysconfig/network-scripts/dip-$DEVICE does not exist for $DEVICE"<br />

exit 1<br />

}

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!