1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Also clean up linprocfs mounts

This commit is contained in:
Kris Kennaway 2006-01-22 04:55:03 +00:00
parent c4f994d99b
commit d715faf967
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154128

View File

@ -72,6 +72,7 @@ for i in ${old2}; do
for j in ${mounts}; do
umount ${j} || cleanup_mount ${j}
done
umount ${i}/compat/linux/proc || cleanup_mount ${i}/compat/linux/proc
fi
if [ "${use_md_swap}" = "1" ]; then
chrootnum=$(basename $i)