From nobody@FreeBSD.org  Thu Jul 19 13:51:02 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 0803D37B401
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 19 Jul 2001 13:51:02 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id f6JKp2m89324;
	Thu, 19 Jul 2001 13:51:02 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200107192051.f6JKp2m89324@freefall.freebsd.org>
Date: Thu, 19 Jul 2001 13:51:02 -0700 (PDT)
From: Philip Hallstrom <philip@adhesivemedia.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: jail(8) man page has innacurate instructions.
X-Send-Pr-Version: www-1.0

>Number:         29088
>Category:       docs
>Synopsis:       jail(8) man page has innacurate instructions.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    phk
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 19 14:00:00 PDT 2001
>Closed-Date:    Fri May 10 23:28:06 PDT 2002
>Last-Modified:  Fri May 10 23:28:06 PDT 2002
>Originator:     Philip Hallstrom
>Release:        4.3-STABLE
>Organization:
Adhesive Media
>Environment:
FreeBSD dot50.adhesivemedia.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 11 09:39:53 PDT 2001     root@dot50.adhesivemedia.com:/local/root/usr/obj/local/root/usr/src/sys/DOT50  i386

>Description:
In the "Setting up a Jail Directory Tree" of the man page jail(8) it gives some instructions for setting up a jail.  It fails to mention that you need to create the jail directory first.  I figured the "make buildworld" or one of the following commands would create it, but it does not.   "make buildworld" eventually fails on an "mtree" command.
>How-To-Repeat:

>Fix:
Either change the manpage or change the build process to create the directory if it doesn't already exist.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->phk 
Responsible-Changed-By: sf 
Responsible-Changed-When: Sat Jul 21 11:05:52 PDT 2001 
Responsible-Changed-Why:  
Over to the author. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29088 

From: FUJISHIMA Satsuki <sf@FreeBSD.org>
To: Philip Hallstrom <philip@adhesivemedia.com>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: misc/29088: jail(8) man page has innacurate instructions.
Date: Sun, 22 Jul 2001 03:07:44 +0900

 I think the originator requests a line of enhancement like this.
 
 Index: src/usr.sbin/jail/jail.8
 ===================================================================
 RCS file: /home/ncvs/src/usr.sbin/jail/jail.8,v
 retrieving revision 1.28
 diff -u -r1.28 jail.8
 --- src/usr.sbin/jail/jail.8	2001/07/15 08:02:00	1.28
 +++ src/usr.sbin/jail/jail.8	2001/07/21 10:59:36
 @@ -59,6 +59,7 @@
  This shows how to setup a jail directory tree:
  .Bd -literal
  D=/here/is/the/jail
 +mkdir -p $D
  cd /usr/src
  make world DESTDIR=$D
  cd etc
 
State-Changed-From-To: open->patched 
State-Changed-By: johan 
State-Changed-When: Tue Apr 23 17:17:35 PDT 2002 
State-Changed-Why:  
Fixed in rev 1.33. 

MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=29088 
State-Changed-From-To: patched->closed 
State-Changed-By: phk 
State-Changed-When: Fri May 10 23:27:34 PDT 2002 
State-Changed-Why:  
Fixed by Johan K and jedgar, thanks guys! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=29088 
>Unformatted:
