Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 181318 Details for
Bug 258136
net-misc/lldpd-0.3 [new ebuild]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/lldpd.initd: init script
lldpd.initd (text/plain), 387 bytes, created by
Alex Moore
on 2009-02-08 15:11:19 UTC
(
hide
)
Description:
files/lldpd.initd: init script
Filename:
MIME Type:
Creator:
Alex Moore
Created:
2009-02-08 15:11:19 UTC
Size:
387 bytes
patch
obsolete
>#!/sbin/runscript > >depend() { > need net > after netmount >} > >start() { > ebegin "Starting lldpd" > start-stop-daemon --start --exec /usr/sbin/lldpd \ > --pidfile /var/run/lldpd.pid -- ${DAEMON_ARGS} > eend $? "Failed to start lldpd" >} > >stop() { > ebegin "Stopping lldpd" > start-stop-daemon --stop --pidfile /var/run/lldpd.pid \ > --exec /usr/sbin/lldpd > eend $? "Failed to stop lldpd" >}
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 258136
:
181317
| 181318 |
198830
|
198832