FreeBSD Bugzilla – Attachment 147420 Details for
Bug 193728
[patch] net/serviio - add rc script exit codes for service monitoring daemons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch adding exit codes to the serviio rc script status function
serviio-1.4.1.2_1.diff (text/plain), 408 bytes, created by
Jason Unovitch
on 2014-09-18 00:55:57 UTC
(
hide
)
Description:
patch adding exit codes to the serviio rc script status function
Filename:
MIME Type:
Creator:
Jason Unovitch
Created:
2014-09-18 00:55:57 UTC
Size:
408 bytes
patch
obsolete
>Index: files/serviio.in >=================================================================== >--- files/serviio.in (revision 368419) >+++ files/serviio.in (working copy) >@@ -35,8 +35,10 @@ > serviio_pid=$(ps -aU ${serviio_user} | awk '/java/ {print $1}') > if [ -n "${serviio_pid}" ]; then > echo "${name} is running as pid ${serviio_pid}" >+ exit 0 > else > echo "${name} is not running" >+ exit 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 193728
: 147420