Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 282791 Details for
Bug 417431
Name Daemon does not gracefully shutdown
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch
dif (text/plain), 949 bytes, created by
Adam Tkac
on 2007-12-10 14:02:33 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Adam Tkac
Created:
2007-12-10 14:02:33 UTC
Size:
949 bytes
patch
obsolete
>Index: named.init >=================================================================== >RCS file: /cvs/pkgs/rpms/bind/devel/named.init,v >retrieving revision 1.62 >diff -u -r1.62 named.init >--- named.init 19 Nov 2007 14:03:28 -0000 1.62 >+++ named.init 10 Dec 2007 09:30:41 -0000 >@@ -142,20 +142,17 @@ > # is it still here? > if /sbin/pidof -o %PPID "$named" >/dev/null; then > timeout=0 >- while : ; do >- if /sbin/pidof -o %PPID "$named" >/dev/null; then >+ killproc "$named" -TERM >/dev/null 2>&1 >+ RETVAL=0 >+ while [ `/sbin/pidof -o %PPID "$named" >/dev/null` ]; do > if [ $timeout -ge $NAMED_SHUTDOWN_TIMEOUT ]; then >- killproc "$named" -TERM >/dev/null 2>&1 >- RETVAL=$? >+ RETVAL=1 > echo $"no response, killing with -TERM " > break > else > sleep 2 && echo -n "." > timeout=$((timeout+2)) > fi; >- else >- break >- fi; > done > fi; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 417431
:
282771
| 282791