Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 46962 Details for
Bug 62512
c-jdbc-1.0.1.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cjdbc-init
cjdbc-init (text/plain), 815 bytes, created by
Jan Brinkmann (RETIRED)
on 2004-12-27 07:02:05 UTC
(
hide
)
Description:
cjdbc-init
Filename:
MIME Type:
Creator:
Jan Brinkmann (RETIRED)
Created:
2004-12-27 07:02:05 UTC
Size:
815 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >depend() { > need net >} > >checkconfig() { > if [ ! -e /etc/c-jdbc/${con_conf} ] ; then > eerror "You will need an controller config first" > eerror "There is a sample, /etc/c-jdbc/controller.xml" > eerror "You can change the name of the configuration" > eerror "file if you edit /etc/conf.d/c-jdbc" > return 1 > fi >} > >start() { > checkconfig || return 1 > ebegin "Starting c-jdbc" > start-stop-daemon --start --quiet -c cjdbc:cjdbc \ > -m -p /var/run/cjdbc.pid \ > --exec /usr/sbin/cjdbc-controller -- \ > -f /etc/c-jdbc/${con_conf} >& /dev/null & > eend $? >} > >stop() { > ebegin "Stopping c-jdbc" > start-stop-daemon --stop --quiet --pidfile /var/run/cjdbc.pid 2>&1 & > 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 62512
:
38679
|
46959
|
46960
|
46961
| 46962 |
46963
|
46964