freebsd-ports/sysutils/sysctlinfo-kmod/pkg-message
Kai Knoblich c0e1ecaeef [NEW PORT]: sysutils/sysctlinfo-kmod
Kernel module to implement the sysctlinfo interface, it explores
the sysctl tree to pass the info of the nodes to the userland;
a header file with constants and helper macros is provided, too.

WWW: https://gitlab.com/alfix/sysctlinfo

PR:		240390
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com>
2019-09-24 09:41:22 +00:00

17 lines
222 B
Plaintext

[
{ type: install
message: <<EOM
To use this interface, make sure that you have loaded the sysctlinfo kernel
module, by doing
# kldload sysctlinfo
or adding
sysctlinfo_load="YES"
to your /boot/loader.conf.
EOM
}
]