diff options
Diffstat (limited to 'ezjail.conf.sample')
-rwxr-xr-x | ezjail.conf.sample | 3 |
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" |