mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
5dc7c6ada7
I've made a port for: http://sourceforge.net/projects/jail/ Jail Chroot Project is an attempt of write a tool that builds a chrooted environment. The main goal of Jail is to be as simple as possible, and highly portable. The most difficult step when building a chrooted environment is to set up the right libraries. PR: ports/67900 Submitted by: bugghy <bugghy@phenix.rootshell.be>
34 lines
785 B
Plaintext
34 lines
785 B
Plaintext
bin/jailuser
|
|
bin/mkjailenv
|
|
bin/addjailsw
|
|
bin/addjailuser
|
|
etc/jail.conf.sample
|
|
lib/libjail.pm
|
|
lib/arch/generic/definitions
|
|
lib/arch/generic/functions
|
|
lib/arch/linux/definitions
|
|
lib/arch/linux/functions
|
|
lib/arch/freebsd/definitions
|
|
lib/arch/freebsd/functions
|
|
lib/arch/irix/definitions
|
|
lib/arch/irix/functions
|
|
lib/arch/solaris/definitions
|
|
lib/arch/solaris/functions
|
|
|
|
@dirrm lib/arch/generic
|
|
@dirrm lib/arch/linux
|
|
@dirrm lib/arch/freebsd
|
|
@dirrm lib/arch/irix
|
|
@dirrm lib/arch/solaris
|
|
@dirrm lib/arch
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/SECURITY
|
|
%%PORTDOCS%%%%DOCSDIR%%/VERSION
|
|
%%PORTDOCS%%%%DOCSDIR%%/download
|
|
%%PORTDOCS%%%%DOCSDIR%%/features
|
|
%%PORTDOCS%%%%DOCSDIR%%/intro
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|