Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 206505 Details for
Bug 288265
net-misc/tokyotyrant-1.1.35
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
tokyotyrant.initd
tokyotyrant.initd (text/plain), 796 bytes, created by
Johan Bergström
on 2009-10-09 07:16:23 UTC
(
hide
)
Description:
tokyotyrant.initd
Filename:
MIME Type:
Creator:
Johan Bergström
Created:
2009-10-09 07:16:23 UTC
Size:
796 bytes
patch
obsolete
>#!/sbin/runscript > >opts="${opts} configtest reload" > >depend() { > need net >} > >start() { > configtest || return 1 > ebegin "Starting tokyo tyrant" > start-stop-daemon --start --exec /usr/bin/ttserver -- \ > -pid ${TT_PID} -dmn -host ${TT_HOST} -log ${TT_LOG} \ > -port ${TT_PORT} ${TT_OPTS} ${TT_DB} > eend $? "Failed to start tokyo tyrant" >} > >stop() { > configtest || return 1 > ebegin "Stopping tokyo tyrant" > start-stop-daemon --stop --pidfile ${TT_PID} > eend $? "Failed to stop tokyo tyrant" > rm -f ${TT_PID} >} > >reload() { > configtest || return 1 > ebegin "Gracefully restarting tokyo tyrant" > kill -HUP `cat ${TT_PID}` &>/dev/null > eend $? "Failed to reload tokyo tyrant" >} > >configtest() { > if [ -z "${TT_DB}" ] || [ -z "${TT_PORT}" ] ; then > eerror "Please check your configuration" > eend $? > 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 Raw
Actions:
View
Attachments on
bug 288265
:
206501
|
206503
|
206504
| 206505 |
206506