Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 392506 Details for
Bug 533676
sys-infiniband/opensm-3.3.17: install sldd daemon
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sldd.init.d
sldd.init.d (text/plain), 625 bytes, created by
Andrew Savchenko
on 2014-12-27 12:18:56 UTC
(
hide
)
Description:
sldd.init.d
Filename:
MIME Type:
Creator:
Andrew Savchenko
Created:
2014-12-27 12:18:56 UTC
Size:
625 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >depend() { > need opensm > after net # ip net seems to be needed to perform management. >} > >prog=/usr/sbin/sldd.sh >pidfile=/var/run/sldd.pid > >start() { > ebegin "Starting Semi-static LID OpenSM Distribution Manager" > start-stop-daemon --start --background --pidfile "${pidfile}" \ > --make-pidfile --wait 500 --exec $prog > eend $? >} > >stop() { > ebegin "Stopping OpenSM Infiniband Subnet Manager" > start-stop-daemon --stop --pidfile "${pidfile}" > 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 533676
:
392502
|
392504
| 392506 |
392508