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:
parent
c4f994d99b
commit
d715faf967
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154128
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user