From 7255aab1196ecfd92d3542594ed46c49e06a7ae6 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 4 Oct 2014 11:46:49 +0200 Subject: [PATCH] client: ship /etc/lldpd.d and put a README file in it --- src/client/Makefile.am | 4 ++++ src/client/README.conf | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 src/client/README.conf diff --git a/src/client/Makefile.am b/src/client/Makefile.am index 8281555f..34578797 100644 --- a/src/client/Makefile.am +++ b/src/client/Makefile.am @@ -45,3 +45,7 @@ bashcompletiondir = $(sysconfdir)/bash_completion.d dist_bashcompletion_DATA = lldpcli.bash-completion zshcompletiondir = $(datadir)/zsh/vendor-completions dist_zshcompletion_DATA = _lldpcli + +# Default configuration +lldpdconfdir = $(sysconfdir)/lldpd.d +dist_lldpdconf_DATA = README.conf diff --git a/src/client/README.conf b/src/client/README.conf new file mode 100644 index 00000000..151b5492 --- /dev/null +++ b/src/client/README.conf @@ -0,0 +1,2 @@ +# You can put lldpd configuration snippets into this directory. +# See lldpcli(8) for more details. -- 2.39.5