diff options
author | erdgeist <erdgeist@erdgeist.org> | 2011-01-20 21:20:36 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2011-01-20 21:20:36 +0000 |
commit | e453770282ab06b1f1e778751e45e85aad0f620d (patch) | |
tree | ceb85715727eb55bc1ba2c06291cc44cff760c8e /ezjail.conf.sample | |
parent | 712cdc830d1456cec055ffd9a96540c047c96225 (diff) |
The default archive directory now is not '.' anymore, but $\{ezjail_jaildir\}/ezjail_archives
Diffstat (limited to 'ezjail.conf.sample')
-rwxr-xr-x | ezjail.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail.conf.sample b/ezjail.conf.sample index 7aec8d5..5d3bbe2 100755 --- a/ezjail.conf.sample +++ b/ezjail.conf.sample | |||
@@ -33,7 +33,7 @@ | |||
33 | # ezjail_default_flavour="" | 33 | # ezjail_default_flavour="" |
34 | 34 | ||
35 | # This is the default location where ezjail archives its jails to | 35 | # This is the default location where ezjail archives its jails to |
36 | # ezjail_archivedir=`pwd -P` | 36 | # ezjail_archivedir="${ezjail_jaildir}/ezjail_archives" |
37 | 37 | ||
38 | # base jail will provide a soft link from /usr/bin/perl to /usr/local/bin/perl | 38 | # base jail will provide a soft link from /usr/bin/perl to /usr/local/bin/perl |
39 | # to accomodate all scripts using '#!/usr/bin/perl'... | 39 | # to accomodate all scripts using '#!/usr/bin/perl'... |