summaryrefslogtreecommitdiff
path: root/ezjail.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ezjail.sh')
-rwxr-xr-xezjail.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/ezjail.sh b/ezjail.sh
index 9e59dc2..de226c7 100755
--- a/ezjail.sh
+++ b/ezjail.sh
@@ -4,13 +4,13 @@
4# 4#
5# PROVIDE: ezjail 5# PROVIDE: ezjail
6# 6#
7# Note: Add the following lines to $PREFIX/etc/rc.conf to enable ezjail, 7# Note: Add the following lines to /etc/rc.conf to enable ezjail,
8# 8#
9#ezjail_enable="YES" 9#ezjail_enable="YES"
10# 10#
11# Please do not change this file, configure in $PREFIX/etc/ezjail.conf 11# Please do not change this file, configure in EZJAIL_PREFIX/etc/ezjail.conf
12 12
13# ugly: this variable will be set on port install time 13# ugly: this variable is set on port install time
14ezjail_prefix=EZJAIL_PREFIX 14ezjail_prefix=EZJAIL_PREFIX
15 15
16. /etc/rc.subr 16. /etc/rc.subr