FreeBSD Bugzilla – Attachment 124926 Details for
Bug 168449
net/haproxy: add error return values to rc.d script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 538 bytes, created by
Boris Kochergin
on 2012-05-30 03:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Boris Kochergin
Created:
2012-05-30 03:20:02 UTC
Size:
538 bytes
patch
obsolete
>--- /usr/ports/net/haproxy/files/haproxy.in.orig 2012-05-29 22:04:12.000000000 -0400 >+++ /usr/ports/net/haproxy/files/haproxy.in 2012-05-29 22:04:25.000000000 -0400 >@@ -60,7 +60,7 @@ > ${command} -q -c -f ${haproxy_config} > if [ $? -ne 0 ]; then > echo "Error found in ${haproxy_config} - not reloading current process!" >- return >+ return 1 > fi > rc_pid=$(check_pidfile ${haproxy_pidfile} ${command}) > if [ $rc_pid ]; then >@@ -71,6 +71,7 @@ > fi > else > echo "No process found. Maybe $command isn't running?" >+ return 1 > 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 168449
: 124926