Skip to content

Commit a94de7b

Browse files
committed
RPM spec file: wait up to 10 seconds for httpd to kill child processes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1025659 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0895f3e commit a94de7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/rpm/httpd.init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ start() {
9090
}
9191
stop() {
9292
echo -n $"Stopping $prog: "
93-
killproc -p ${pidfile} $httpd
93+
killproc -p ${pidfile} -d 10 $httpd
9494
RETVAL=$?
9595
echo
9696
[ $RETVAL = 0 ] && rm -f ${lockfile} ${pidfile}

0 commit comments

Comments
 (0)