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.

188 Inhaltsverzeichnis<br />

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

sysctl -e -p /etc/sysctl.conf >/dev/null 2>&1<br />

-<br />

- if [ ! -e /var/lock/subsys/dhcdbd ]; then<br />

- service dhcdbd start<br />

- fi<br />

+ success<br />

+ echo<br />

echo -n $"Starting NetworkManager daemon: "<br />

- daemon --check $servicename $processname --pid-file=$pidfile<br />

+ daemon --check $servicename $processname --pid-file=$pidfile --ppp-dnsworkaround<br />

RETVAL=$?<br />

echo<br />

+ if [ -n "${NETWORKWAIT}" ]; then<br />

+ [ -z "${LINKDELAY}" ] && LINKDELAY=10<br />

+ echo -n $"Waiting for network..."<br />

+ nm-online -q --timeout=$LINKDELAY || nm-online -q -x --timeout=30<br />

+ [ "$?" = "0" ] && success "network startup" || failure "network startup"<br />

+ echo<br />

+ [ -n "${NETWORKDELAY}" ] && /bin/sleep ${NETWORKDELAY}<br />

+ fi<br />

[ $RETVAL -eq 0 ] && touch /var/lock/subsys/$servicename<br />

}<br />

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

---<br />

+++<br />

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

;;<br />

'syslog')<br />

# note: logger resides in /usr/bin, but not used by default<br />

- if ! [ -x logger ]; then<br />

+ if ! [ -x /usr/bin/logger ]; then<br />

echo $"ERROR: [ipv6_log] Syslog is chosen, but binary 'logger' doesn't exist<br />

or isn't executable" >/dev/stderr<br />

return 3<br />

fi<br />

if [ -z "$txt_name" ]; then<br />

- logger -p $facility.$priority $message<br />

+ /usr/bin/logger -p $facility.$priority $message<br />

else<br />

- logger -p $facility.$priority -t "$txt_name" "$message"<br />

+ /usr/bin/logger -p $facility.$priority -t "$txt_name" "$message"<br />

fi<br />

;;<br />

*)<br />

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

---<br />

+++<br />

@@ -19,6 +19,9 @@<br />

# Check for and source configuration file otherwise set defaults<br />

[ -f /etc/sysconfig/nfs ] && . /etc/sysconfig/nfs<br />

+# Remote quota server<br />

+[ -z "$RQUOTAD" ] && RQUOTAD=`type -path rpc.rquotad`<br />

+<br />

RETVAL=0<br />

# See how we were called.<br />

@@ -26,11 +29,16 @@<br />

start)

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

Saved successfully!

Ooh no, something went wrong!