- Description:
- Public git conversion mirror of OpenBSD's official CVS ports repository. Pull requests not accepted - send diffs to the tech@ mailing list.
- Owner:
- Last Change:
- Clone URL:
ssh://anonymous@gothub.org/ports.git
Commit Briefs
This exporter consumes the dhcpd.leases file which is periodically
written by the dameon. It has two collectors: The Stats collector counts the number of leases PER UNIQUE IP found in dhcpd.leases. This means that if an IP was leased to client X, but is now leased to client Y, there will be only one entry counted (the most recent one). This is in line with how dhcpd reads the file. The Leases collector will create a vector gague for each client with an active DHCP lease found in dhcpd.leases. Because this collector may produce tons of short-lived vectors depending on how busy DHCPD is, it is disabled by default one nit and ok semarie@
sysutils/lnav tweaks:
- fix printf format strings and add casts for 64-bit time_t, ok tb - fix sscanf for 64-bit time_t, following a suggestion from tb - set word size/byte-order for sparc64, possibly unbreaking build there
update to isc-bind-9.20.5
https://downloads.isc.org/isc/bind9/9.20.5/doc/arm/html/notes.html#notes-for-bind-9-20-5
Branches
Tree
README
Documentation for the ports tree includes: ports(7) https://man.openbsd.org/ports.7 packages(7) https://man.openbsd.org/packages.7 mirroring-ports(7) https://man.openbsd.org/mirroring-ports.7 library-specs(7) https://man.openbsd.org/library-specs.7 bsd.port.mk(5) https://man.openbsd.org/bsd.port.mk.5 bsd.port.arch.mk(5) https://man.openbsd.org/bsd.port.arch.mk.5 port-modules(5) https://man.openbsd.org/port-modules.5 And for bulk builds: dpb(1) https://man.openbsd.org/dpb.1 bulk(8) https://man.openbsd.org/bulk.8 proot(1) https://man.openbsd.org/proot.1 Also see the OpenBSD Porter's Handbook https://www.openbsd.org/faq/ports/