From: Vincent Bernat Date: Fri, 12 Jul 2013 20:57:25 +0000 (+0200) Subject: installation: mention the upcoming ports for BSD X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1bfe8cab95fba5fd33540791f0c4e075188a8522;p=thirdparty%2Flldpd.git installation: mention the upcoming ports for BSD --- diff --git a/content/installation.html b/content/installation.html index a931cc4a..da3f21aa 100644 --- a/content/installation.html +++ b/content/installation.html @@ -51,12 +51,16 @@ the instructions available on the website. It is also possible to # BSD -`lldpd` is currently not available in the port tree of any -BSD. Therefore, you have to [build _lldpd_ from source][]. You can add +`lldpd` is currently not available in the ports tree of any +BSD[^ports]. Therefore, you have to [build _lldpd_ from source][]. You can add `_lldpd` user with `vipw` and add `_lldpd` group by adding it manually in `/etc/group`. The user must not be able to login, have its home as `/var/empty` and a disabled shell (like `/bin/false`). +[^ports]: It has been added recently in DragonFly BSD, NetBSD and + OpenBSD ports tree. However, it is currently not present in + their respective stable branches. + You may want to configure `lldpd` with `--with-privsep-chroot=/var/empty` to avoid to create `/var/run/lldpd`. diff --git a/content/media/css/lldpd.2.article.less b/content/media/css/lldpd.2.article.less index e00274c0..1a91c8c7 100644 --- a/content/media/css/lldpd.2.article.less +++ b/content/media/css/lldpd.2.article.less @@ -76,6 +76,14 @@ article { margin-left: -19px; } } + + hr { + display: block; + border: none; + border-bottom: 1px dashed lighten(@theme-color, 45%); + margin: (@line-height*2em) auto; + width: 50%; + } } .toc { @@ -99,3 +107,10 @@ article { } } } + +.footnote { + .font-size(0.75); + p { + margin: (@line-height/0.75em) 0 0 0; + } +}