From owner-freebsd-doc@freebsd.org Mon May 16 21:24:00 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16B04B3EDCA for ; Mon, 16 May 2016 21:24:00 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED29013CC for ; Mon, 16 May 2016 21:23:59 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id E54FDB989; Mon, 16 May 2016 17:23:58 -0400 (EDT) From: John Baldwin To: freebsd-doc@freebsd.org Cc: Anton Zering Subject: Re: Error in code listing in 14.5.1 Date: Mon, 16 May 2016 12:43:30 -0700 Message-ID: <3929651.p8W5IQfAKP@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: <82959C99-F0AD-4DC6-A691-0EF1F1194355@lostprofile.de> References: <82959C99-F0AD-4DC6-A691-0EF1F1194355@lostprofile.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 16 May 2016 17:23:59 -0400 (EDT) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2016 21:24:00 -0000 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