Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 98850 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]
${FILESDIR}/mongrel_cluster.init
mongrel_cluster.init (text/plain), 633 bytes, created by
Yann Lugrin
on 2006-10-05 09:04:02 UTC
(
hide
)
Description:
${FILESDIR}/mongrel_cluster.init
Filename:
MIME Type:
Creator:
Yann Lugrin
Created:
2006-10-05 09:04:02 UTC
Size:
633 bytes
patch
obsolete
>#!/sbin/runscript ># ># Armando Di Cianno <armando@goodship.net> ># Yann Lugrin <yann.lugrin@gmproject.net> ># > >opts="${opts} reload" > >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 > 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 $? >} > >reload() { > ebegin "Reloading all mongrel_clusters" > mongrel_cluster_ctl reload -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