From 63548f93edf8b96987a5bcbc50655fd6a26f3bcb Mon Sep 17 00:00:00 2001
From: cryx <cryx@h3q.com>
Date: Tue, 16 Feb 2010 22:03:37 +0000
Subject: Oops, commited local change :-/

---
 ezjail.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ezjail.sh b/ezjail.sh
index 90a781b..b12ed12 100755
--- a/ezjail.sh
+++ b/ezjail.sh
@@ -103,7 +103,7 @@ do_cmd()
   done
 
   # Pass control to jail script which does the actual work
-  [ "${ezjail_pass}" ] && sh ${ezjail_rc_jail} one${action%crypto} ${ezjail_pass}
+  [ "${ezjail_pass}" ] && sh /etc/rc.d/jail one${action%crypto} ${ezjail_pass}
 
   if [ "${action}" = "start" ]; then
     ezjail_safename=`echo -n "${ezjail}" | tr -c '[:alnum:]' _`
-- 
cgit v1.2.3