diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-03-17 11:02:28 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-03-20 12:29:48 +0000 |
| commit | b42e852e89cb04cceb6e0226d6a08cab13fb6e90 (patch) | |
| tree | b0c2119a30e35312c6f86cc5b5dfa29314dca947 /tools | |
| parent | a0170dbd4e1abba2b1975ebb37f6051a936c7f9a (diff) | |
pkg-serve(8): serve pkg repositories over TCP via inetd (8)
Reviewed by: manu, bdrewery (previous version)
Differential Revision: https://reviews.freebsd.org/D55895
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 5 | ||||
| -rw-r--r-- | tools/build/options/WITHOUT_PKGSERVE | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index fd25359c7c0b..3a45c7c9a01c 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -6911,6 +6911,11 @@ OLD_FILES+=usr/share/snmp/defs/pf_tree.def OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-PF-MIB.txt .endif +.if ${MK_PKGSERVE} == no +OLD_FILES+=usr/libexec/pkg-serve +OLD_FILES+=usr/share/man/man8/pkg-serve.8.gz +.endif + .if ${MK_PKGBOOTSTRAP} == no OLD_FILES+=usr/sbin/pkg OLD_FILES+=usr/share/man/man7/pkg.7.gz diff --git a/tools/build/options/WITHOUT_PKGSERVE b/tools/build/options/WITHOUT_PKGSERVE new file mode 100644 index 000000000000..ecd3602fc03d --- /dev/null +++ b/tools/build/options/WITHOUT_PKGSERVE @@ -0,0 +1,2 @@ +Do not build or install +.Xr pkg-serve 8 . |
