Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 12815 Details for
Bug 20850
fwgold-2.0.12_beta.ebuild (new submission, obsoletes fwgold-2.0.11_beta.ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New version of FwGold startup script
fwgold-startup.gentoo (text/plain), 934 bytes, created by
Gianluca Rotoni
on 2003-06-05 02:23:34 UTC
(
hide
)
Description:
New version of FwGold startup script
Filename:
MIME Type:
Creator:
Gianluca Rotoni
Created:
2003-06-05 02:23:34 UTC
Size:
934 bytes
patch
obsolete
>#!/sbin/runscript ># __ _ _ ># / _|_ ____ _ ___ | | __| | ># | |_\ \ /\ / / _` |/ _ \| |/ _` | ># | _|\ V V / (_| | (_) | | (_| | ># |_| \_/\_/ \__, |\___/|_|\__,_| ># |___/ ># ># FW Graphical Oriented Logging Database ># Gianluca Rotoni, <gianluca@rotoni.com> ># ># Distributed under the terms of the GNU General Public License, v2 or later ># (see the attached COPYING and LICENSE files for more information) > >depend() { > need net >} > >start() { > ebegin "Starting FwGold server" > start-stop-daemon --start --quiet --pidfile /var/run/fwgold.pid \ > --startas /opt/fwgold/bin/fwgold -- --mode server --config \ > /opt/fwgold/etc/fwgold.conf & > eend $? >} > >stop() { > ebegin "Stopping FwGold server" > start-stop-daemon --stop --quiet --pidfile /var/run/fwgold.pid > start-stop-daemon --quiet --start --exec /bin/rm /var/run/fwgold.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 20850
:
11821
|
11866
|
12814
| 12815