Put back the deletion of TEMPROOT/etc/passwd.

Noticed by: maxim
This commit is contained in:
Doug Barton 2003-03-05 12:42:08 +00:00
parent 7054fe2735
commit 5750fb86d7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111905

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