Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 65498 Details for
Bug 101820
New package: drawboard-1.52 (ebuild included)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
drawboard-init
drawboard-init (text/plain), 1.10 KB, created by
James Le Cuirot
on 2005-08-08 19:46:11 UTC
(
hide
)
Description:
drawboard-init
Filename:
MIME Type:
Creator:
James Le Cuirot
Created:
2005-08-08 19:46:11 UTC
Size:
1.10 KB
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >depend() { > need net >} > >start() { > unset ARGS > > [[ -n "${XSIZE}" ]] && ARGS+="-x ${XSIZE} " > [[ -n "${YSIZE}" ]] && ARGS+="-y ${YSIZE} " > [[ -n "${PORT}" ]] && ARGS+="-p ${PORT} " > [[ -n "${MAXCLIENTS}" ]] && ARGS+="-m ${MAXCLIENTS} " > [[ -n "${DELAY}" ]] && ARGS+="-d ${DELAY} " > [[ -n "${BGCOLOR}" ]] && ARGS+="-c ${BGCOLOR} " > [[ -n "${EMAIL}" ]] && ARGS+="-e ${EMAIL} " > [[ -n "${FROM}" ]] && ARGS+="-from ${FROM} " > [[ -n "${SMTP}" ]] && ARGS+="-smtp ${SMTP} " > [[ -n "${LANG}" ]] && ARGS+="-lang ${LANG} " > [[ -n "${BGIMAGE}" ]] && ARGS+="-b ${BGIMAGE} " > > [[ -n "${IMAGEDIR}" ]] && ARGS+="-savepath ${IMAGEDIR} " > [[ -z "${IMAGEDIR}" ]] && ARGS+="-s off " > > ebegin "Starting drawboard" > cd /usr/share/drawboard > start-stop-daemon --start --quiet -p /var/run/drawboard.pid -m -b --startas $(java-config -J) -- -cp drawboard.jar drawboard.Server ${ARGS} > eend $? >} > >stop() { > ebegin "Stopping drawboard" > start-stop-daemon --stop --quiet --pidfile /var/run/drawboard.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 101820
:
65497
|
65498
|
65499
|
65500
|
72497
|
72498