--- trunk/apache2/apache2.rc 2007/07/31 19:18:35 284 +++ trunk/apache2/apache2.rc 2007/09/07 17:32:34 338 @@ -1,5 +1,5 @@ #!/bin/bash -# $Header: /root/magellan-cvs/src/apache2/apache2.rc,v 1.3 2007-07-31 19:18:35 niro Exp $ +# $Header: /root/magellan-cvs/src/apache2/apache2.rc,v 1.4 2007-09-07 17:32:34 niro Exp $ #%rlevels: 3:s 4:s 5:s 0:k 1:k 2:k 6:k #%start: 60 @@ -28,8 +28,8 @@ stop) echo -e ${COLOREDSTAR}"Stopping apache2 http daemon ..." - start-stop-daemon --stop --retry -TERM/5/-KILL/5 \ - --exec /usr/sbin/apache2 --pidfile /var/run/apache2.pid + start-stop-daemon --stop --exec /usr/sbin/apache2 \ + --pidfile /var/run/apache2.pid evaluate_retval update_svcstatus $1