Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 May 2016 12:43:30 -0700
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-doc@freebsd.org
Cc:        Anton Zering <synth@lostprofile.de>
Subject:   Re: Error in code listing in 14.5.1
Message-ID:  <3929651.p8W5IQfAKP@ralph.baldwin.cx>
In-Reply-To: <82959C99-F0AD-4DC6-A691-0EF1F1194355@lostprofile.de>
References:  <82959C99-F0AD-4DC6-A691-0EF1F1194355@lostprofile.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, October 12, 2015 09:31:13 AM Anton Zering wrote:
> Dear FreeBSD Docs team,
> 
> I think I found a mistake in the docs for jail application.
> 
> https://www.freebsd.org/doc/handbook/jails-application.html
> Section 14.5.1., listing 5:
> 
> # ln -s s/usr-local usr/local
> # ln -s s/usr-X11R6 usr/X11R6
> # ln -s s/distfiles usr/ports/distfiles
> 
> Didn't work for me because the paths of 's' need to link to the parent directory. 
> 
> -
> 
> 
> However, the listing in the German docs seems to be working:
> https://www.freebsd.org/doc/de_DE.ISO8859-1/books/handbook/jails-application.html
> Section 16.6.1.2., listing 5:
> 
> # ln -s ../s/usr-local usr/local
> # ln -s ../s/usr-X11R6 usr/X11R6
> # ln -s ../../s/distfiles usr/ports/distfiles
> 
> 
> Didn't try the rest of the tutorial, though.
> 
> Hope this helps! :)

Fixed, thanks!

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3929651.p8W5IQfAKP>