Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 127923 Details for
Bug 131288
install crossfire-server under a non-root id?
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
init.d script (fix 1, no really)
init.d.crossfire (text/plain), 657 bytes, created by
Eddward
on 2007-08-13 05:23:01 UTC
(
hide
)
Description:
init.d script (fix 1, no really)
Filename:
MIME Type:
Creator:
Eddward
Created:
2007-08-13 05:23:01 UTC
Size:
657 bytes
patch
obsolete
>#!/sbin/runscript > >start() { > ebegin "Starting Crossfire Game Server" > > # Note to self: I should probably use -detach & -log on the > # server and drop --background and --pidfile from > # start-stop-daemon. I just don't know how I'd get the > # PID then. > start-stop-daemon --start --quiet --background \ > --make-pidfile --pidfile /var/run/crossfire.pid \ > --chuid GAMES_USER_DED:GAMES_GROUP \ > --exec GAMES_BINDIR/crossfire -- ${CROSSFIRE_OPTS} > eend $? > >} > >stop() { > ebegin "Stopping Crossfire" > start-stop-daemon --stop --quiet \ > --signal HUP --retry 30 \ > --pidfile /var/run/crossfire.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 131288
:
85634
|
85727
|
85728
|
85729
|
97473
|
127912
|
127922
|
127923
|
151484