FreeBSD Bugzilla – Attachment 154574 Details for
Bug 198736
net-mgmt/smokeping init script fails to check pid correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to the smokeping rc.d init file
smokeping.in.patch (text/plain), 527 bytes, created by
Vincent Hoffman-Kazlauskas
on 2015-03-20 14:14:15 UTC
(
hide
)
Description:
patch to the smokeping rc.d init file
Filename:
MIME Type:
Creator:
Vincent Hoffman-Kazlauskas
Created:
2015-03-20 14:14:15 UTC
Size:
527 bytes
patch
obsolete
>--- smokeping.in.orig 2015-03-20 14:02:46.306675379 +0000 >+++ smokeping.in 2015-03-20 14:03:28.906670370 +0000 >@@ -51,7 +51,7 @@ > > smokeping_status() > { >- rc_pid=$(check_pidfile $pidfile $command) >+ rc_pid=$(check_pidfile $pidfile $command $command_interpreter) > if [ -z "$rc_pid" ]; then > _run_rc_notrunning > else >@@ -71,7 +71,7 @@ > > smokeping_stop() > { >- rc_pid=$(check_pidfile $pidfile $command) >+ rc_pid=$(check_pidfile $pidfile $command $command_interpreter) > if [ -z "$rc_pid" ]; then > _run_rc_notrunning > else
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 198736
: 154574 |
157273
|
157298