Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 109118 Details for
Bug 143098
new ebuild: dev-ruby/mongrel_cluster-0.2.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mongrel_cluster-0.2.2 init script
mongrel_cluster (text/plain), 518 bytes, created by
Tomislav Filipcic
on 2007-02-04 13:10:51 UTC
(
hide
)
Description:
mongrel_cluster-0.2.2 init script
Filename:
MIME Type:
Creator:
Tomislav Filipcic
Created:
2007-02-04 13:10:51 UTC
Size:
518 bytes
patch
obsolete
>#!/sbin/runscript ># ># Armando Di Cianno <armando@goodship.net> ># Yann Lugrin <yann.lugrin@gmproject.net> ># > >checkconfig() { > if [ ! -d ${CONF_DIR} ] ; then > eerror "mongrel_cluster is looking for ${CONF_DIR} and not finding it!" > return 1 > fi >} > >depend() { > need net > before apache > before nginx > after mysql >} > >start() { > ebegin "Starting all mongrel_clusters" > mongrel_cluster_ctl start -c $CONF_DIR > eend $? >} > >stop() { > ebegin "Stopping all mongrel_clusters" > mongrel_cluster_ctl stop -c $CONF_DIR > 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 Raw
Actions:
View
Attachments on
bug 143098
:
93662
|
93663
|
93664
|
93665
|
98848
|
98849
|
98850
|
99346
|
106372
|
106388
|
106390
| 109118