During make build the distrib/sets/makeetcset script does not preserve
ownership when installing /etc and /var files from the base set.
I've noticed that this leads to some discrepancies compared with a normal
install / upgrade.
Nathanael
Index: makeetcset
===================================================================
RCS file: /cvs/src/distrib/sets/makeetcset,v
retrieving revision 1.2
diff -u -p -r1.2 makeetcset
--- makeetcset 11 Sep 2014 16:59:50 -0000 1.2
+++ makeetcset 6 Mar 2016 01:17:22 -0000
@@ -40,6 +40,6 @@ cd $CURDIR/etc
$MAKE DESTDIR=$ETCDIR distribution-etc-root-var
cd $ETCDIR
-find . \( -type f -o -type l \) -exec fgrep -hx {} $BASELISTS \; | pax -rw -d /
+find . \( -type f -o -type l \) -exec fgrep -hx {} $BASELISTS \; | pax -rw
-pop -d /
exit 0