]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do not unconditionally mount devfs to ${jail_devdir}/dev. First check
authorChristian S.J. Peron <csjp@FreeBSD.org>
Sat, 30 Apr 2005 00:16:00 +0000 (00:16 +0000)
committerChristian S.J. Peron <csjp@FreeBSD.org>
Sat, 30 Apr 2005 00:16:00 +0000 (00:16 +0000)
commit115005468b6079ac312fc3eeb179e4540857b0e5
tree8ea07b0b7763d535aff6eb73f5acbd74bd54175f
parent2af94c5d1de2a1104ce8f4bdad0ba1d66c6317e8
Do not unconditionally mount devfs to ${jail_devdir}/dev. First check
to see if a prior devfs has been mounted. If no devfs is mounted on
${jail_devdir}/dev then proceed. This will prevent the stack up of
multiple devfs mounts on the same mount point.

Discussed with: pjd
MFC after: 1 week
etc/rc.d/jail