Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 96719 Details for
Bug 147200
www-servers/jetty-6.0.0 ebuild (version bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/6.0.0/jetty.init
jetty.init (text/plain), 751 bytes, created by
peak eyed
on 2006-09-11 09:14:42 UTC
(
hide
)
Description:
files/6.0.0/jetty.init
Filename:
MIME Type:
Creator:
peak eyed
Created:
2006-09-11 09:14:42 UTC
Size:
751 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 2001-2006 Gentoo Foundation, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later ># $Header: $ > >#gentoo installation directory >JETTY_HOME=/opt/jetty > >depend() { > need net > use dns logger postgresql mysql >} > >start() { > ebegin "Starting ${SVCNAME}" > start-stop-daemon --start -v -m --pidfile /var/run/${SVCNAME}.pid --chdir ${JETTY_HOME} --chuid ${JETTY_USER}:${JETTY_GROUP} --exec /usr/bin/nohup -- ${JAVA_HOME}/bin/java -server ${JAVA_OPTIONS} -classpath .:${JETTY_ADD_CLASSPATH} -jar start.jar ${JETTY_CONF_FILE_LIST} >> ${JETTY_LOG} 2>>${JETTY_LOG} & > eend $? >} > > >stop() { > ebegin "Stopping ${SVCNAME}" > start-stop-daemon --stop --quiet --pidfile /var/run/${SVCNAME}.pid > 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 147200
:
96717
|
96718
| 96719 |
96720