Put back the deletion of TEMPROOT/etc/passwd.

Noticed by: maxim
This commit is contained in:
dougb 2003-03-05 12:42:08 +00:00
parent 467a096c27
commit 77c26a84c1

View File

@ -558,7 +558,7 @@ esac
# or spwd.db. Instead, we want to compare the text versions, and run *_mkdb.
# Prompt the user to do so below, as needed.
#
rm -f ${TEMPROOT}/etc/*.db
rm -f ${TEMPROOT}/etc/*.db ${TEMPROOT}/etc/passwd
# We only need to compare things like freebsd.cf once
find ${TEMPROOT}/usr/obj -type f -delete 2>/dev/null