diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2016-12-02 14:48:52 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2016-12-02 14:48:52 -0800 |
commit | a86853ded7192ddc43ad9bc4380aa2c160c6a332 (patch) | |
tree | 34ae6b9ca7b626edb4574726714645d81f60e862 /net-misc/lldpd/files | |
parent | net-misc/lldpd: Version bump to 0.9.5 (diff) | |
download | gentoo-a86853ded7192ddc43ad9bc4380aa2c160c6a332.tar.gz gentoo-a86853ded7192ddc43ad9bc4380aa2c160c6a332.tar.bz2 gentoo-a86853ded7192ddc43ad9bc4380aa2c160c6a332.zip |
net-misc/lldpd: Remove old
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-misc/lldpd/files')
-rw-r--r-- | net-misc/lldpd/files/lldpd-0.7.11-bash-completion-dir.patch | 9 | ||||
-rw-r--r-- | net-misc/lldpd/files/lldpd-initd-4 | 20 |
2 files changed, 0 insertions, 29 deletions
diff --git a/net-misc/lldpd/files/lldpd-0.7.11-bash-completion-dir.patch b/net-misc/lldpd/files/lldpd-0.7.11-bash-completion-dir.patch deleted file mode 100644 index 9e2735d737a2..000000000000 --- a/net-misc/lldpd/files/lldpd-0.7.11-bash-completion-dir.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff --git a/src/client/Makefile.am b/src/client/Makefile.am -index 454bdeb..f1580a0 100644 ---- a/src/client/Makefile.am -+++ b/src/client/Makefile.am -@@ -44,2 +44,2 @@ endif --bashcompletiondir = $(sysconfdir)/bash_completion.d --dist_bashcompletion_DATA = lldpcli.bash-completion -+bashcompletiondir = $(datadir)/bash-completion/completions -+dist_bashcompletion_DATA = lldpcli diff --git a/net-misc/lldpd/files/lldpd-initd-4 b/net-misc/lldpd/files/lldpd-initd-4 deleted file mode 100644 index 2cd3fe1eeb74..000000000000 --- a/net-misc/lldpd/files/lldpd-initd-4 +++ /dev/null @@ -1,20 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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: |