Possible Discrepency in Handbook - Section 14.5.1
Dave Barnes
phpdave11 at gmail.com
Tue Jan 26 22:51:36 UTC 2016
Hello,
I have followed the instructions in section 14.5.1 to create a jail, but
there were 3 symlinks that did not work (I copied and pasted all the
commands).
# ln -s s/usr-local usr/local# ln -s s/usr-X11R6 usr/X11R6# ln -s
s/distfiles usr/ports/distfiles
I believe these 3 commands should actually be:
# ln -s ../s/usr-local usr/local# ln -s ../s/usr-X11R6 usr/X11R6# ln
-s ../../s/distfiles usr/ports/distfiles
Otherwise, the symlinks are not pointing at the correct directories, and
from within the jails, you can't access /usr/local
I also noticed that "ln -s ../s/usr-local usr/local" was referenced in
14.5.3, which appears to be the correct command.
I tried this on FreeBSD 10.2.
Thanks,
Dave Barnes
More information about the freebsd-doc
mailing list