Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 56917 Details for
Bug 87196
New ebuild: ICARUS VMPSd
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/vmpsd.rc
vmpsd.rc (text/plain), 726 bytes, created by
Matt Whitlock
on 2005-04-22 06:04:07 UTC
(
hide
)
Description:
files/vmpsd.rc
Filename:
MIME Type:
Creator:
Matt Whitlock
Created:
2005-04-22 06:04:07 UTC
Size:
726 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >depend() { > need net > use dns mysql >} > >start() { > CLASSPATH=`java-config -p icarus-vmpsd,commons-logging,log4j,jdbc-mysql 2> /dev/null` > CLASSPATH="/etc/vmpsd:${CLASSPATH}" > OPTS="-server" > ebegin "Starting VMPSd" > export CLASSPATH > start-stop-daemon \ > --start \ > --background \ > --make-pidfile \ > --pidfile /var/run/vmpsd.pid \ > --exec `java-config --java` -- ${OPTS} edu.ufl.icarus.vmpsd.VMPSd > eend $? "Failed to start VMPSd" >} > >stop() { > ebegin "Stopping VMPSd" > start-stop-daemon --stop --pidfile /var/run/vmpsd.pid > eend $? "Failed to stop VMPSd" > rm -f /var/run/vmpsd.pid >}
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 87196
:
54804
|
54897
|
54898
|
54899
|
54900
|
54901
|
56917
|
83667
|
83668
|
92585
|
92587