Its easy to write one.
In SRC_URI="" just add a line like this:
http://chrootssh.sourceforge.net/download/osshChroot-<whatever
version>.diff
Then in src_unpack() {} add a line like this
epatch ${DISTDIR}/osshChroot-<your version>.diff || die
or if you want to use a use flag with it just do :
if [ `use chroot` ]; then
epatch ${DISTDIR}/osshChroot-<your version>.diff || die
fi
On Tue, 2003-05-13 at 13:10, Jean-Francois Patenaude wrote:
> Hello,
>
> Is there any facilities to install the chroot patch in Gentoo/Linux ?
>
> i.e. USE="chroot" emerge openssh
>
> Beside that, do you know if there is any other facilities in Gentoo/Linux
> to build the chroot jail ? I was thinking about doing a chroot in my
> shell and re-install the portage tree and a bunch of applications in
> the jail. Any other suggestions ?
>
> Jf.
>
>
>
> -------------------------------------------------------
> Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
> The only event dedicated to issues related to Linux enterprise solutions
> www.enterpriselinuxforum.com
>
> _______________________________________________
> Chrootssh-users mailing list
> Chr...@li...
> https://lists.sourceforge.net/lists/listinfo/chrootssh-users
|