From 7928a8ed255cfbca6ff26b1fa2824179cb0d6819 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 8 May 2020 10:46:41 +0200 Subject: [PATCH] installation: use "ldconfig" instead of "ldconfig -a" The "-a" flag doesn't exist since years! --- content/installation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/installation.html b/content/installation.html index a09274b7..bd636048 100644 --- a/content/installation.html +++ b/content/installation.html @@ -187,7 +187,7 @@ specifics: - Ensure the `liblldpctl` library is correctly registered with the system. The output of `make install` should give the appropriate - steps. On Linux, this is `ldconfig -a`. + steps. On Linux, this is `ldconfig`. - Create a `_lldpd` user and a `_lldpd` group. This is needed for privilege seperation (increased security). - Create the chroot (`/usr/local/var/run/lldpd` by default). It is just an -- 2.39.5