Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 327948 Details for
Bug 399867
games-action/minetest games-action/minetest_game: new ebuilds
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
init-script
minetestserver.init (text/plain), 422 bytes, created by
Vasiliy Yeremeyev
on 2012-11-01 15:19:58 UTC
(
hide
)
Description:
init-script
Filename:
MIME Type:
Creator:
Vasiliy Yeremeyev
Created:
2012-11-01 15:19:58 UTC
Size:
422 bytes
patch
obsolete
>#!/sbin/runscript > >depend() { > need net > provide mineserver >} > >start() { > start-stop-daemon \ > --start \ > --user minetest \ > --group minetest \ > --make-pidfile \ > --background \ > --stdout /var/lib/minetest/server.log \ > --exec /usr/games/bin/minetestserver \ > --pidfile /var/run/minetest.pid >} > >stop() { > start-stop-daemon \ > --stop \ > --exec /usr/games/bin/minetestserver \ > --pidfile /var/run/minetest.pid >} >
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 399867
:
306625
|
307581
|
307583
|
307585
|
309883
|
309885
|
309887
|
309889
|
309891
|
309893
|
327946
|
327948
|
327950
|
327952