Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 30325 Details for
Bug 49396
sun-mq-3.5.0-r01 ebuild (New package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/init.d/imq
imq (text/plain), 682 bytes, created by
Al Cutter
on 2004-04-29 10:20:57 UTC
(
hide
)
Description:
files/init.d/imq
Filename:
MIME Type:
Creator:
Al Cutter
Created:
2004-04-29 10:20:57 UTC
Size:
682 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/net-www/jboss/files/3.2.3/init.d/jboss,v 1.2 2004/03/06 03:59:34 vapier Exp $ > >EXECUTABLE=imqbrokerd > > >depend() { > need net >} > >start() { > ebegin "Starting Sun Message Queue" > export IMQ_HOME IMQ_JAVAHOME IMQ_ETCHOME CONF_FILE > start-stop-daemon --start --quiet --make-pidfile --background --pidfile /var/run/imq.pid --exec ${IMQ_HOME}/bin/${EXECUTABLE} -- -bgnd ${BROKER_OPTIONS} > eend $? >} > >stop() { > ebegin "Stopping Sun Message Queue" > start-stop-daemon --stop --quiet --pidfile /var/run/imq.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 49396
:
30323
|
30324
| 30325 |
30326