Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 163285 Details for
Bug 235180
seperation of londonlaw server part and fix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
londonlaw-server init script
londonlaw.rc (text/plain), 499 bytes, created by
Atman Sense
on 2008-08-19 10:00:03 UTC
(
hide
)
Description:
londonlaw-server init script
Filename:
MIME Type:
Creator:
Atman Sense
Created:
2008-08-19 10:00:03 UTC
Size:
499 bytes
patch
obsolete
>#!/sbin/runscript > >depend() { > need net >} > >start() { > ebegin "Starting londonlaw server" > start-stop-daemon --start --pidfile /var/run/london-server.pid \ > --user games --background --stdout /var/log/londonlaw.log \ > --stderr /var/log/londonlaw.log --make-pidfile \ > --exec /usr/games/bin/london-server -- -p $LONDONLAW_PORT > eend $? >} > >stop() { > ebegin "Stopping londonlaw server" > start-stop-daemon --stop --pidfile /var/run/london-server.pid \ > --exec /usr/games/bin/london-server > 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 235180
:
163284
| 163285 |
163286