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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

+ action $"Mounting local filesystems: " mount -a -t<br />

nonfs,nfs4,smbfs,ncpfs,cifs,gfs -O no_netdev<br />

+else<br />

+ action $"Mounting local filesystems: " mount -a -n -t nfs4,smbfs,ncpfs,cifs,gfs -<br />

O no_netdev<br />

+fi<br />

if [ -x /sbin/quotaon ]; then<br />

action $"Enabling local filesystem quotas: " /sbin/quotaon -aug<br />

@@ -898,7 +911,7 @@<br />

action $"Enabling /etc/fstab swaps: " swapon -a -e<br />

if [ "$AUTOSWAP" = "yes" ]; then<br />

curswap=$(awk '/^\/dev/ { print $1 }' /proc/swaps | while read x; do<br />

get_numeric_dev dec $x ; echo -n " "; done)<br />

- swappartitions=`blkid -t TYPE=swap -o device`<br />

+ swappartitions=$(blkid -t TYPE=swap -o device)<br />

if [ x"$swappartitions" != x ]; then<br />

for partition in $swappartitions ; do<br />

[ ! -e $partition ] && continue<br />

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

---<br />

+++<br />

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

kill -KILL $PID > /dev/null 2>&1<br />

if [ -d /proc/$PID ]; then<br />

- logger -p daemon.info -t ifdown-ppp "ifdown-ppp unable to kill pppd-$DEVICE" &<br />

+ /usr/bin/logger -p daemon.info -t ifdown-ppp "ifdown-ppp unable to kill pppd-<br />

$DEVICE" &<br />

else<br />

/etc/sysconfig/network-scripts/ifdown-post $1<br />

fi<br />

NetworkManager-0.6.4-8.el5.i386.rpm: /etc/rc.d/init.d/NetworkManager<br />

---<br />

+++<br />

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

#<br />

# chkconfig: - 98 02<br />

# description: This is a daemon for automatically switching network \<br />

-# connections to the best available connection. \<br />

+# connections to the best available connection.<br />

#<br />

# processname: NetworkManager<br />

# pidfile: /var/run/NetworkManager/NetworkManager.pid<br />

@@ -19,11 +19,11 @@<br />

# Sanity checks.<br />

[ -x $NETWORKMANAGER_BIN ] || exit 1<br />

-# We need /sbin/ip<br />

-[ -x /sbin/ip ] || exit 1<br />

-<br />

# Source function library.<br />

. /etc/rc.d/init.d/functions<br />

+<br />

+# Source network configuration<br />

+. /etc/sysconfig/network<br />

# so we can rearrange this easily<br />

processname=NetworkManager<br />

@@ -34,17 +34,23 @@<br />

start()<br />

{<br />

- echo $"Setting network parameters... "<br />

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

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

Saved successfully!

Ooh no, something went wrong!