Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2005 10:40:54 -0700
From:      Brooks Davis <brooks@one-eyed-alien.net>
To:        Giorgos Keramidas <keramida@freebsd.org>
Cc:        freebsd-doc@freebsd.org
Subject:   Re: docs/87351: Jail building instructions don't work as described with default CSH shell
Message-ID:  <20051024174054.GA7433@odin.ac.hmc.edu>
In-Reply-To: <200510230010.j9N0AKEc038996@freefall.freebsd.org>
References:  <200510230010.j9N0AKEc038996@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--dDRMvlgZJXvWKvBx
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sun, Oct 23, 2005 at 12:10:20AM +0000, Giorgos Keramidas wrote:
> The following reply was made to PR docs/87351; it has been noted by GNATS.
>=20
> From: Giorgos Keramidas <keramida@freebsd.org>
> To: "Eli K. Breen" <bsd@unixforge.net>
> Cc: freebsd-gnats-submit@freebsd.org
> Subject: Re: docs/87351: Jail building instructions don't work as describ=
ed with default CSH shell
> Date: Sat, 22 Oct 2005 20:32:32 +0300
>=20
>  On 2005-10-13 00:05, "Eli K. Breen" <bsd@unixforge.net> wrote:
>  > Building jails does not work as perscribed in the man (8) jail
>  > docs. The default shell for root on a new and stock FreeBSD box is
>  > csh, the instruction include the line:
>  >
>  > D=3D/path/to/your/jail
>  >
>  > ..which does not work under csh, this returns a Command Not Found erro=
r.
> =20
>  > switch to csh, try to build a jail using the supplied instructions
>  > from the jail(8) manpage.
> =20
>  > user@box# csh
>  > user@box# D=3D/path/to/your/jail
>  > D=3D/path/to/your/jail: Command not found.
>  > user@box#
> =20
>  > jail manpage currently reads:
>  >
>  >      D=3D/here/is/the/jail
>  >      cd /usr/src
>  >      mkdir -p $D
>  >      make world DESTDIR=3D$D
>  >      cd etc
>  >      make distribution DESTDIR=3D$D
>  >      mount_devfs devfs $D/dev
>  >      cd $D
>  >      ln -sf dev/null kernel
>  >
>  > ..and should read:
>  >
>  >      set D=3D/here/is/the/jail
>  >      cd /usr/src
>  >      mkdir -p $D
>  >      make world DESTDIR=3D$D
>  >      cd etc
>  >      make distribution DESTDIR=3D$D
>  >      mount_devfs devfs $D/dev
>  >      cd $D
>  >      ln -sf dev/null kernel
>  >
>  > .. or specify that the instructions do not work under csh.
> =20
>  I'd certainly support adding a note that these commands work fine fror
>  sh(1) and other Bourne shells.  Then we can probably add another set of
>  commands for csh, if that seems nice to have.

Shell examples are traditionally in sh.  I'd really rather not see use
bloat every instance of them with a csh example.  Users can always type
"sh".

-- Brooks

--=20
Any statement of the form "X is the one, true Y" is FALSE.
PGP fingerprint 655D 519C 26A7 82E7 2529  9BF0 5D8E 8BE9 F238 1AD4

--dDRMvlgZJXvWKvBx
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFDXRylXY6L6fI4GtQRAtthAJ9j1euhkPTiQXSxP5g0XeybuKKbDACfZEUJ
jKu+nSLiq39mhAgTu0NuWEU=
=179F
-----END PGP SIGNATURE-----

--dDRMvlgZJXvWKvBx--



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