Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 123323 Details for
Bug 183540
sys-cluster/moab-5.1.0_p5 (New package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
moab-init.d
moab-init.d (text/plain), 397 bytes, created by
Justin Bronder (RETIRED)
on 2007-06-28 15:30:36 UTC
(
hide
)
Description:
moab-init.d
Filename:
MIME Type:
Creator:
Justin Bronder (RETIRED)
Created:
2007-06-28 15:30:36 UTC
Size:
397 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > > >depend() { > need net > after pbs_server >} > >start() { > ebegin "Starting Moab" > > start-stop-daemon --start -p /var/spool/moab/.moab.pid \ > --exec /usr/sbin/moab > eend ${?} >} > >stop() { > ebegin "Stopping Moab" > /usr/bin/mschedctl -k &> /dev/null > eend ${?} >} ># vim:ts=4
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 183540
:
123321
|
123323
|
123325
|
123400
|
123995
|
123997
|
124076