From: Vincent Bernat Date: Fri, 8 May 2020 08:46:41 +0000 (+0200) Subject: installation: use "ldconfig" instead of "ldconfig -a" X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7928a8ed255cfbca6ff26b1fa2824179cb0d6819;p=thirdparty%2Flldpd.git installation: use "ldconfig" instead of "ldconfig -a" The "-a" flag doesn't exist since years! --- 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