chutzpah 14/10/13 18:06:06
Added: lldpd-initd-4
Removed: lldpd-0.7.7-fix-readline-wrapper.patch
lldpd-0.7.10-zsh-completion-dir.patch
lldpd-0.7.10-only-use-physical-for-chassis-id.patch
lldpd-initd-1 lldpd-0.7.10-completions.patch
lldpd-0.7.10-handle-read-errors.patch
lldpd-0.7.6-include-unistd.patch
Log:
Revision bump, make sure to pass LLDPD_OPTS to the command line (bug
#525190). Remove old.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with
key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Revision Changes Path
1.1 net-misc/lldpd/files/lldpd-initd-4
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lldpd/files/lldpd-initd-4?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lldpd/files/lldpd-initd-4?rev=1.1&content-type=text/plain
Index: lldpd-initd-4
===================================================================
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/lldpd/files/lldpd-initd-4,v 1.1
2014/10/13 18:06:06 chutzpah Exp $
name=lldpd
pidfile=/run/lldpd.pid
command=/usr/sbin/lldpd
retry="TERM/10/KILL/5"
command_args="${LLDPD_OPTS}"
depend() {
use net
}
start_pre() {
checkpath --directory /run/lldpd
}
# vim:ft=gentoo-init-d:noet:ts=4:sts=4:sw=4: