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 219861 Details for
Bug 320761
cannot stop/restart dhcpd
[?]
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 against devel cvs
dhcpd.init.diff (text/plain), 862 bytes, created by
Michael Schwendt
on 2007-10-08 15:48:07 UTC
(
hide
)
Description:
patch against devel cvs
Filename:
MIME Type:
Creator:
Michael Schwendt
Created:
2007-10-08 15:48:07 UTC
Size:
862 bytes
patch
obsolete
>Index: dhcpd.init >=================================================================== >RCS file: /cvs/pkgs/rpms/dhcp/devel/dhcpd.init,v >retrieving revision 1.17 >diff -u -r1.17 dhcpd.init >--- dhcpd.init 26 Sep 2007 19:20:47 -0000 1.17 >+++ dhcpd.init 8 Oct 2007 15:46:37 -0000 >@@ -36,11 +36,11 @@ > # if the user specified a different config file, make sure we reference it > findConfig() { > for arg in $DHCPDARGS ; do >- if [ $found = 1 ]; then >+ if [ "$found" = 1 ] ; then > [ -f "$arg" ] && echo "$arg" > return > fi >- if [ "$arg" = "-cf" ]; then >+ if [ "$arg" = "-cf" ] ; then > found=1 > continue > fi >@@ -82,7 +82,7 @@ > > stop() { > pidofproc $prog >/dev/null 2>&1 >- if [ $? -eq 0 ]; then >+ if [ $? -ne 0 ]; then > RETVAL=7 > return $RETVAL > 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 320761
: 219861