summaryrefslogtreecommitdiff
path: root/ezjail.conf.sample
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2007-09-30 12:09:03 +0000
committererdgeist <erdgeist@erdgeist.org>2007-09-30 12:09:03 +0000
commitdef86d60c07e401d88cc62f7ecd66c8e27b79abe (patch)
tree0204078a04cb00dc3ca7e2fd252d1a45a2b4e811 /ezjail.conf.sample
parent0c78c429db258cc88f0f68d93698822a5c9b2f0a (diff)
Archive command should be working right now
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 5fee81a..3cbe78a 100755
--- a/ezjail.conf.sample
+++ b/ezjail.conf.sample
@@ -29,6 +29,9 @@
29# This is the command that is being executed by the console subcommand 29# This is the command that is being executed by the console subcommand
30# ezjail_default_execute=/bin/sh 30# ezjail_default_execute=/bin/sh
31 31
32# This is the default location where ezjail archives its jails to
33# ezjail_archivedir=`pwd -P`
34
32# base jail will provide a soft link from /usr/bin/perl to /usr/local/bin/perl 35# base jail will provide a soft link from /usr/bin/perl to /usr/local/bin/perl
33# to accomodate all scripts using '#!/usr/bin/perl'... 36# to accomodate all scripts using '#!/usr/bin/perl'...
34# ezjail_uglyperlhack="YES" 37# ezjail_uglyperlhack="YES"