summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2003-04-19 07:50:32 +0000
committermtm <mtm@FreeBSD.org>2003-04-19 07:50:32 +0000
commitf6cc6047c753be3f79f0c7b210a1380b7691897f (patch)
tree1382a68f48f104d107cf29b4d76c3b15c8a2c76d /etc/rc.d
parente4e245e504fe9e259bf59d5e2a091e18ae67b047 (diff)
downloadFreeBSD-src-f6cc6047c753be3f79f0c7b210a1380b7691897f.zip
FreeBSD-src-f6cc6047c753be3f79f0c7b210a1380b7691897f.tar.gz
Spell ${_jail} correctly
Submitted by: Shizuka Kudo <shizukakudo_99@yahoo.com> Approved by: markm (mentor) (implicit)
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/jail2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/jail b/etc/rc.d/jail
index 6400139..403f524 100644
--- a/etc/rc.d/jail
+++ b/etc/rc.d/jail
@@ -51,7 +51,7 @@ jail_start()
eval jail_rootdir=\"\$jail_${_jail}_rootdir\"
eval jail_hostname=\"\$jail_${_jail}_hostname\"
eval jail_ip=\"\$jail_${_jail}_ip\"
- eval jail_exec=\"\$jail_${_jail_name}_exec\"
+ eval jail_exec=\"\$jail_${_jail}_exec\"
[ -z ${jail_exec} ] && jail_exec="/bin/sh /etc/rc"
jail ${jail_rootdir} ${jail_hostname} ${jail_ip} ${jail_exec}
OpenPOWER on IntegriCloud