Module Name: src Committed By: apb Date: Thu Jun 12 13:40:43 UTC 2014
Modified Files: src/usr.sbin/etcupdate: etcupdate Log Message: When populating ${TEMPROOT} from ${SRCDIR} by copying, use the mtree set files from ${BINARYDIR}/etc/mtree/set.{etc,xetc} as a list of files to copy (and copy using pax instead of cp). This prevents unnecessary copying of extraneous files, such as in the case that BINARYDIR refers to a directory where everything has been unpacked, instead of a directory where only the etc and xetc sets have been unpacked. Also convert a relative TEMOROOT to an absolute path. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/usr.sbin/etcupdate/etcupdate Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.