Removing /home/bin
The bin user doesn't need an actual home folder to run the tests. As such this account should not be used in 'su - bin'. To be noted that 'su bin' still works as expected, and allow to run the minix test set as usual. Change-Id: I21fd178bf3b7b28849f05ef24930b553094cc851
This commit is contained in:
@@ -435,7 +435,6 @@ install-etc-files-safe: .PHONY .MAKE check_DESTDIR MAKEDEV
|
||||
${BINOWN} ${BINGRP} ${BINMODE} ${NETBSDSRCDIR}/etc/devmand/scripts/ ${DESTDIR}/etc/devmand/scripts/ singlechar \
|
||||
${BINOWN} ${BINGRP} ${NONBINMODE} ${NETBSDSRCDIR}/etc/ast/ ${DESTDIR}/usr/ast/ .[aepv]* \
|
||||
${BINOWN} ${BINGRP} ${NONBINMODE} ${NETBSDSRCDIR}/etc/ast/ ${DESTDIR}/root/ .[aepv]* \
|
||||
bin ${BINGRP} ${NONBINMODE} ${NETBSDSRCDIR}/etc/ast/ ${DESTDIR}/home/bin/ .[aepv]* \
|
||||
|
||||
${_MKMSG_INSTALL} ${DESTDIR}${tdir}${files:T}
|
||||
if [ ! -e ${tdir} ]; then \
|
||||
|
||||
Reference in New Issue
Block a user