]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
installation: use "ldconfig" instead of "ldconfig -a"
authorVincent Bernat <vincent@bernat.ch>
Fri, 8 May 2020 08:46:41 +0000 (10:46 +0200)
committerVincent Bernat <vincent@bernat.ch>
Fri, 8 May 2020 08:46:41 +0000 (10:46 +0200)
The "-a" flag doesn't exist since years!

content/installation.html

index a09274b7c6534ad5435e186470b005ba8e46c78e..bd636048cb427fe15067cf390ae8b137b48f3e81 100644 (file)
@@ -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