Be cross-arch friendly.

This commit is contained in:
Ruslan Ermilov 2005-11-03 07:27:50 +00:00
parent 41d2125edb
commit f9b5f9c1cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151996

View File

@ -714,7 +714,7 @@ release.8:
.endif
cp ${.CURDIR}/../etc/usbd.conf ${RD}/mfsfd/etc/usbd.conf
cp ${.CURDIR}/../etc/master.passwd ${RD}/mfsfd/etc/master.passwd
pwd_mkdb -d ${RD}/mfsfd/etc -p ${RD}/mfsfd/etc/master.passwd
cp ${RD}/trees/base/etc/*pwd.db ${RD}/mfsfd/etc/
( for F in defaults/rc.conf netconfig protocols ; do \
sed -e '/^#.*$$/d' -e 's/[:space:]*#.*$$//g' \
${RD}/trees/base/etc/$$F > ${RD}/mfsfd/stand/etc/$$F ; \