summaryrefslogtreecommitdiff
path: root/ezjail.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'ezjail.conf.sample')
-rwxr-xr-xezjail.conf.sample8
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