Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 386562 Details for
Bug 525190
net-misc/lldpd - /etc/init.d/lldpd ignores LLDPD_OPTS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Working init script
lldp-init-working (text/plain), 546 bytes, created by
Cameron C
on 2014-10-12 20:02:47 UTC
(
hide
)
Description:
Working init script
Filename:
MIME Type:
Creator:
Cameron C
Created:
2014-10-12 20:02:47 UTC
Size:
546 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/lldpd/files/lldpd-initd-1,v 1.1 2012/02/09 23:34:41 chutzpah Exp $ > >depend() { > use net >} >start() { > ebegin "Starting lldpd" > start-stop-daemon --start --exec /usr/sbin/lldpd \ > --pidfile /var/run/lldpd.pid \ > -- ${LLDPD_OPTS} > eend $? >} > >stop() { > ebegin "Stopping lldpd" > start-stop-daemon --stop --exec /usr/sbin/lldpd \ > --pidfile /var/run/lldpd.pid > 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 525190
:
386558
|
386560
| 386562 |
386564