Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 233145 Details for
Bug 203903
net-misc/openlldp - a comprehensive implementation of the IEEE standard 802.1AB Link Layer Discovery Protocol
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
initd file
lldp-initd (text/plain), 280 bytes, created by
David Smith
on 2010-05-27 15:23:10 UTC
(
hide
)
Description:
initd file
Filename:
MIME Type:
Creator:
David Smith
Created:
2010-05-27 15:23:10 UTC
Size:
280 bytes
patch
obsolete
>#!/sbin/runscript > >depend() { > use net >} > >start() { > ebegin "Starting lldpd" > start-stop-daemon --start --quiet --exec /usr/sbin/lldpd ${LLDPD_OPTS} & > eend $? >} > >stop() { > ebegin "Stopping lldpd" > start-stop-daemon --stop --quiet --exec /usr/bin/lldpd ${LLDPD_OPTS} & > 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 203903
:
139742
|
139931
|
141020
|
233141
|
233143
| 233145