Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 424108 Details for
Bug 571448
www-servers/boa-0.94.14_rc21-r1 fails to stop
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
boa.initd.patch
boa.initd.patch (text/plain), 1.03 KB, created by
William Hubbs
on 2016-01-28 22:22:16 UTC
(
hide
)
Description:
boa.initd.patch
Filename:
MIME Type:
Creator:
William Hubbs
Created:
2016-01-28 22:22:16 UTC
Size:
1.03 KB
patch
obsolete
>--- files/boa.rc6 2015-09-25 13:54:17.959521084 -0500 >+++ files/boa.initd 2016-01-21 11:26:42.036529644 -0600 >@@ -1,4 +1,4 @@ >-#!/sbin/runscript >+#!/sbin/openrc-run > # Copyright 1999-2004 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Id$ >@@ -6,13 +6,17 @@ > # NB: Standard config is in /etc/boa/boa.conf > # NB: Arguments to pass to boa are in /etc/conf.d/boa > >+command=/usr/sbin/boa >+command_args="${BOA_OPTS}" >+pidfile="/run/boa.pid" >+ > depend() { > need net > } > >-checkconfig() { >+start_pre() { > if [ -e /etc/conf.d/boa ] && [ -n "${BOA_OPTS}" ]; then >- SR=`echo ${BOA_OPTS} | awk '{ FS = " " } { print $2 }'` >+ SR="$(echo ${BOA_OPTS} | awk '{ FS = " " } { print $2 }')" > else > SR=/etc/boa > fi >@@ -23,16 +27,3 @@ > return 1 > fi > } >- >-start() { >- checkconfig || return 1 >- ebegin "Starting Boa" >- start-stop-daemon --quiet --start --exec /usr/sbin/boa -- ${BOA_OPTS} >- eend $? >-} >- >-stop() { >- ebegin "Stopping Boa" >- start-stop-daemon --quiet --stop --name boa --exec /usr/sbin/boa >- eend $? >-}
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 571448
:
422440
|
423538
|
424104
|
424106
| 424108