summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2012-07-18 23:01:23 +0000
committerdes <des@FreeBSD.org>2012-07-18 23:01:23 +0000
commit88f6eb39b3fad81aa6d4b5b50f143c1a38b720de (patch)
treec01429500543d789752be364ee07cef768af03fa /etc
parent80c3756a6f386ec5654ddabd54a15722d514e1ef (diff)
downloadFreeBSD-src-88f6eb39b3fad81aa6d4b5b50f143c1a38b720de.zip
FreeBSD-src-88f6eb39b3fad81aa6d4b5b50f143c1a38b720de.tar.gz
Move -n ${_jail} before ${_flags} so that any -n options in ${_flags}
will override ours instead of the other way around.
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.d/jail2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/jail b/etc/rc.d/jail
index f5b8f31..c7ecc24 100755
--- a/etc/rc.d/jail
+++ b/etc/rc.d/jail
@@ -641,7 +641,7 @@ jail_start()
i=$((i + 1))
done
- eval ${_setfib} jail ${_flags} -n ${_jail} -i ${_rootdir} ${_hostname} \
+ eval ${_setfib} jail -n ${_jail} ${_flags} -i ${_rootdir} ${_hostname} \
\"${_addrl}\" ${_exec_start} > ${_tmp_jail} 2>&1 \
</dev/null
OpenPOWER on IntegriCloud