# 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`.
margin-left: -19px;
}
}
+
+ hr {
+ display: block;
+ border: none;
+ border-bottom: 1px dashed lighten(@theme-color, 45%);
+ margin: (@line-height*2em) auto;
+ width: 50%;
+ }
}
.toc {
}
}
}
+
+.footnote {
+ .font-size(0.75);
+ p {
+ margin: (@line-height/0.75em) 0 0 0;
+ }
+}