summaryrefslogtreecommitdiff
path: root/ezjail.conf.sample
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2007-09-15 00:25:52 +0000
committererdgeist <erdgeist@erdgeist.org>2007-09-15 00:25:52 +0000
commitc404a6ae6b583089d0b1d89edfb8a843a964f364 (patch)
tree3c894e1dac695e49b69af44f326eb4b12d05b4b2 /ezjail.conf.sample
parent208937d79311db5858ca6eb12724538aec671ccb (diff)
introduced a console subcommand that allows attaching to a jail by it jailname. Also added documentation for that and the magic rc.d/ezjail.sh-proxy introduced before
Diffstat (limited to 'ezjail.conf.sample')
-rwxr-xr-xezjail.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/ezjail.conf.sample b/ezjail.conf.sample
index 3dfd336..5fee81a 100755
--- a/ezjail.conf.sample
+++ b/ezjail.conf.sample
@@ -26,6 +26,9 @@
26# This is where the install sub command defaults to fetch its packages from 26# This is where the install sub command defaults to fetch its packages from
27# ezjail_ftphost=ftp.freebsd.org 27# ezjail_ftphost=ftp.freebsd.org
28 28
29# This is the command that is being executed by the console subcommand
30# ezjail_default_execute=/bin/sh
31
29# base jail will provide a soft link from /usr/bin/perl to /usr/local/bin/perl 32# base jail will provide a soft link from /usr/bin/perl to /usr/local/bin/perl
30# to accomodate all scripts using '#!/usr/bin/perl'... 33# to accomodate all scripts using '#!/usr/bin/perl'...
31# ezjail_uglyperlhack="YES" 34# ezjail_uglyperlhack="YES"