From 02070e2e6cb912e7456860b44cf3f76b20fee803 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Mon, 10 Apr 2006 13:27:15 +0000 Subject: Introduce ugly perl hack. --- ezjail.conf.sample | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ezjail.conf.sample') 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 @@ # ezjail_jaildir=/usr/jails # Location of the tiny skeleton jail template -# ezjail_jailtemplate=$ezjail_jaildir/newjail +# ezjail_jailtemplate=${ezjail_jaildir}/newjail # Location of the huge base jail -# ezjail_jailbase=$ezjail_jaildir/basejail +# ezjail_jailbase=${ezjail_jaildir}/basejail # Location of your copy of FreeBSD's source tree # ezjail_sourcetree=/usr/src @@ -23,6 +23,10 @@ # a cvsroot near you # ezjail_portscvsroot=:pserver:anoncvs@anoncvs.at.FreeBSD.org:/home/ncvs +# base jail will provide a soft link from /usr/bin/perl to /usr/local/bin/perl +# to accomodate all scripts using '#!/usr/bin/perl'... +# ezjail_uglyperlhack="YES" + # Default options for newly created jails # # Note: Be VERY careful about disabling ezjail_mount_enable. Mounting -- cgit v1.2.3