]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
WITHOUT_SERVICESDB:
authorSean Bruno <sbruno@FreeBSD.org>
Wed, 4 Jul 2018 17:18:35 +0000 (17:18 +0000)
committerSean Bruno <sbruno@FreeBSD.org>
Wed, 4 Jul 2018 17:18:35 +0000 (17:18 +0000)
commit6f077571b9152476f5cdd3579b8e9a514faf9003
tree8b2570fc60f21b67cfde6798bf7b9e7d4d3b5a64
parent968ac175e4e5c402c14a28b41f6d0136190ccdbb
WITHOUT_SERVICESDB:

Add src.conf knob to disable the installation of /var/db/services.db

Default to leaving services.db in place, but allow the removal of the
file and its creation with a src.conf knob.

This file ends up being 2MB in size.  For small systems this is a waste
of space but its a tradeoff.

Reviewed by: bdrewery
Differential Revision: https://reviews.freebsd.org/D9655
etc/Makefile
share/mk/src.opts.mk
tools/build/mk/OptionalObsoleteFiles.inc
tools/build/options/WITHOUT_SERVICESDB [new file with mode: 0644]