mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 01:07:21 +01:00
Disable building of pkg_install by default
If people still want to have pkg_install they can specify WITH_PKGTOOLS when building world
This commit is contained in:
parent
e9f950b59c
commit
9b953f2ce4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253305
4
UPDATING
4
UPDATING
@ -31,6 +31,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
|
||||
disable the most expensive debugging functionality run
|
||||
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
|
||||
|
||||
20130709:
|
||||
pkg_install has been disconnected from the build if you really need it
|
||||
you should add WITH_PKGTOOLS in your src.conf(5).
|
||||
|
||||
20130709:
|
||||
Most of network statistics structures were changed to be able
|
||||
keep 64-bits counters. Thus all tools, that work with networking
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $FreeBSD$
|
||||
Set to not build
|
||||
Set to build
|
||||
.Xr pkg_add 8
|
||||
and related programs.
|
Loading…
Reference in New Issue
Block a user