Installation guide

Release Notes
216
;;
- condrestart)
- if [ -f /var/lock/subsys/dovecot ]; then
+ condrestart|try-restart)
+ if [ -f $lockfile ]; then
stop
start
fi
;;
status)
- status /usr/sbin/dovecot
+ status -p $pidfile $exec
RETVAL=$?
;;
*)
- echo $"Usage: $0 {condrestart|start|stop|restart|reload|status}"
- exit 1
+ echo $"Usage: $0 {condrestart|try-restart|start|stop|restart|reload|
force-reload|status}"
+ exit 2
esac
exit $RETVAL
device-mapper-multipath-0.4.7-17.el5.i386.rpm: /etc/rc.d/init.d/multipathd
---
+++
@@ -4,7 +4,7 @@
#
# Starts the multipath daemon
#
-# chkconfig: - 13 87
+# chkconfig: - 06 87
# description: Manage device-mapper multipath devices
# processname: multipathd
@@ -13,6 +13,7 @@
initdir=/etc/rc.d/init.d
lockdir=/var/lock/subsys
sysconfig=/etc/sysconfig
+syspath=/sys/block
system=redhat
@@ -25,6 +26,35 @@
test -r $sysconfig/$prog && . $sysconfig/$prog
RETVAL=0
+
+teardown_slaves()
+{
+cd $1;