Page MenuHomeFreeBSD

D16507.diff
No OneTemporary

D16507.diff

Index: head/Makefile.inc1
===================================================================
--- head/Makefile.inc1
+++ head/Makefile.inc1
@@ -830,6 +830,13 @@
.else
IMAKEENV+= PATH=${TMPPATH}:${INSTALLTMP}
.endif
+
+# When generating install media, do not allow user and group information from
+# the build host to affect the contents of the distribution.
+.if make(distributeworld)
+DB_FROM_SRC= yes
+.endif
+
.if defined(DB_FROM_SRC)
INSTALLFLAGS+= -N ${.CURDIR}/etc
MTREEFLAGS+= -N ${.CURDIR}/etc

File Metadata

Mime Type
text/plain
Expires
Wed, Feb 25, 5:31 PM (3 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28992733
Default Alt Text
D16507.diff (508 B)

Event Timeline