diff options
author | erdgeist <erdgeist@erdgeist.org> | 2006-04-10 13:27:15 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2006-04-10 13:27:15 +0000 |
commit | 02070e2e6cb912e7456860b44cf3f76b20fee803 (patch) | |
tree | e7eed4ff624172e59abe18a409344450c26e1994 /ezjail.conf.sample | |
parent | e8cfca48730433f90421330710f021ca006a9e70 (diff) |
Introduce ugly perl hack.
Diffstat (limited to 'ezjail.conf.sample')
-rwxr-xr-x | ezjail.conf.sample | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ezjail.conf.sample b/ezjail.conf.sample index 8824a56..b14dc17 100755 --- a/ezjail.conf.sample +++ b/ezjail.conf.sample | |||
@@ -11,10 +11,10 @@ | |||
11 | # ezjail_jaildir=/usr/jails | 11 | # ezjail_jaildir=/usr/jails |
12 | 12 | ||
13 | # Location of the tiny skeleton jail template | 13 | # Location of the tiny skeleton jail template |
14 | # ezjail_jailtemplate=$ezjail_jaildir/newjail | 14 | # ezjail_jailtemplate=${ezjail_jaildir}/newjail |
15 | 15 | ||
16 | # Location of the huge base jail | 16 | # Location of the huge base jail |
17 | # ezjail_jailbase=$ezjail_jaildir/basejail | 17 | # ezjail_jailbase=${ezjail_jaildir}/basejail |
18 | 18 | ||
19 | # Location of your copy of FreeBSD's source tree | 19 | # Location of your copy of FreeBSD's source tree |
20 | # ezjail_sourcetree=/usr/src | 20 | # ezjail_sourcetree=/usr/src |
@@ -23,6 +23,10 @@ | |||
23 | # a cvsroot near you | 23 | # a cvsroot near you |
24 | # ezjail_portscvsroot=:pserver:anoncvs@anoncvs.at.FreeBSD.org:/home/ncvs | 24 | # ezjail_portscvsroot=:pserver:anoncvs@anoncvs.at.FreeBSD.org:/home/ncvs |
25 | 25 | ||
26 | # base jail will provide a soft link from /usr/bin/perl to /usr/local/bin/perl | ||
27 | # to accomodate all scripts using '#!/usr/bin/perl'... | ||
28 | # ezjail_uglyperlhack="YES" | ||
29 | |||
26 | # Default options for newly created jails | 30 | # Default options for newly created jails |
27 | # | 31 | # |
28 | # Note: Be VERY careful about disabling ezjail_mount_enable. Mounting | 32 | # Note: Be VERY careful about disabling ezjail_mount_enable. Mounting |