Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 143317 Details for
Bug 125849
AsterFax ebuild request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
alpha init script
asterfax-1.0.init (text/plain), 627 bytes, created by
Walter
on 2008-02-12 15:18:09 UTC
(
hide
)
Description:
alpha init script
Filename:
MIME Type:
Creator:
Walter
Created:
2008-02-12 15:18:09 UTC
Size:
627 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >JAVA='/etc/java-config-2/current-system-vm' >JAR='/var/lib/asterfax/Asterfax.jar' >PIDFILE='/var/run/asterfax.pid' > >depend() { > need asterisk >} > >start() { > ebegin "Starting asterisk fax services..." > start-stop-daemon --start --exec "${JAVA} -jar ${JAR}" --pidfile=${PIDFILE} -m >/dev/null 2>/dev/null > eend $? "Check /var/log/asterfax/ for clues." >} > >stop() { > ebegin "Stopping asterisk fax services..." > start-stop-daemon --stop --exec ${JAVA} -jar ${JAR} --pidfile=${PIDFILE} > 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 125849
:
143316
| 143317