diff options
author | seb <seb@pkgsrc.org> | 2003-12-13 17:45:59 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-12-13 17:45:59 +0000 |
commit | 030685f07e8fcfabfe0561d11ecacb20a3803e22 (patch) | |
tree | c4a8d9ae9b868abbbe2deba585dc05c3b3b484c3 /pkgtools/libkver/DESCR | |
parent | e2bdc98390a853871d8c3625d7d3f1663b2e9e00 (diff) | |
download | pkgsrc-030685f07e8fcfabfe0561d11ecacb20a3803e22.tar.gz |
Update to version 0.4.
Libkver is now run-time configurable, see installed kver(3), it now
installs in LOCALBASE and uses install/deinstall scripts to replace/restore
/sbin/sysctl if needed.
Diffstat (limited to 'pkgtools/libkver/DESCR')
-rw-r--r-- | pkgtools/libkver/DESCR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgtools/libkver/DESCR b/pkgtools/libkver/DESCR index aae0d0b0db9..ea6b6664ac6 100644 --- a/pkgtools/libkver/DESCR +++ b/pkgtools/libkver/DESCR @@ -2,7 +2,7 @@ This package provides a shared library and a replacement for sysctl(1) (when needed i.e. when the original one is statically linked) so that the real version numbers and strings of the running NetBSD kernel as returned by sysctl(3) and uname(3) are overridden by -those fixed during compilation. +those the library is configured to report. This is useful for -among other things- building packages in sandboxed/chrooted environment for a different NetBSD release than the |