]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
installation: mention the upcoming ports for BSD
authorVincent Bernat <bernat@luffy.cx>
Fri, 12 Jul 2013 20:57:25 +0000 (22:57 +0200)
committerVincent Bernat <bernat@luffy.cx>
Fri, 12 Jul 2013 20:57:25 +0000 (22:57 +0200)
content/installation.html
content/media/css/lldpd.2.article.less

index a931cc4acc9b4cf4692298cbe5281bef117e2af2..da3f21aa43513a9e787acbe6479a0ad83fe1b8a5 100644 (file)
@@ -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`.
index e00274c027eafaadbb8cb86f2ff3e68dd6bf6513..1a91c8c7fa13e36dc14a8636daed5a1ef6d43c40 100644 (file)
@@ -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;
+    }
+}