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.

echo -n $"Stopping $prog: "<br />

- killproc /usr/sbin/dovecot<br />

+ killproc -p $pidfile $exec<br />

RETVAL=$?<br />

- [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/dovecot<br />

+ [ $RETVAL -eq 0 ] && rm -f $lockfile<br />

+ echo<br />

+}<br />

+<br />

+reload() {<br />

+ echo -n $"Reloading $prog: "<br />

+ killproc -p $pidfile $exec -HUP<br />

+ RETVAL=$?<br />

echo<br />

}<br />

@@ -41,24 +75,27 @@<br />

stop)<br />

stop<br />

;;<br />

- reload|restart)<br />

+ reload)<br />

+ reload<br />

+ ;;<br />

+ force-reload|restart)<br />

stop<br />

start<br />

RETVAL=$?<br />

;;<br />

- condrestart)<br />

- if [ -f /var/lock/subsys/dovecot ]; then<br />

+ condrestart|try-restart)<br />

+ if [ -f $lockfile ]; then<br />

stop<br />

start<br />

fi<br />

;;<br />

status)<br />

- status /usr/sbin/dovecot<br />

+ status -p $pidfile $exec<br />

RETVAL=$?<br />

;;<br />

*)<br />

- echo $"Usage: $0 {condrestart|start|stop|restart|reload|status}"<br />

- exit 1<br />

+ echo $"Usage: $0 {condrestart|try-restart|start|stop|restart|reload|forcereload|status}"<br />

+ exit 2<br />

esac<br />

exit $RETVAL<br />

device-mapper-multipath-0.4.7-17.el5.i386.rpm: /etc/rc.d/init.d/multipathd<br />

---<br />

+++<br />

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

#<br />

# Starts the multipath daemon<br />

#<br />

-# chkconfig: - 13 87<br />

+# chkconfig: - 06 87<br />

# description: Manage device-mapper multipath devices<br />

# processname: multipathd<br />

@@ -13,6 +13,7 @@<br />

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

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

Saved successfully!

Ooh no, something went wrong!