diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2013-12-07 03:18:16 +0100 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2013-12-07 03:18:16 +0100 |
commit | 8798063e84884f3263f9b7abd9913308b7950063 (patch) | |
tree | 9513635d38e40f27c89f157ef9311bb2e0e4ccc7 /ezjail.sh | |
parent | c95e27fc2f3847f6f80d74c55f268235ab1c9fcc (diff) |
Lots of spelling fixes in comments and man pages submitted by Paul Ivanov
Diffstat (limited to 'ezjail.sh')
-rwxr-xr-x | ezjail.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ do_cmd() | |||
89 | # Cannot auto mount blocking jails without interrupting boot process | 89 | # Cannot auto mount blocking jails without interrupting boot process |
90 | [ "${ezjail_fromrc}" -a "${action}" = "start" -a "${ezjail_blocking}" ] && echo -n " ...skipping blocking jail ${ezjail}" && continue | 90 | [ "${ezjail_fromrc}" -a "${action}" = "start" -a "${ezjail_blocking}" ] && echo -n " ...skipping blocking jail ${ezjail}" && continue |
91 | 91 | ||
92 | # Explicitely do only run blocking crypto jails when *crypto is requested | 92 | # Explicitly do only run blocking crypto jails when *crypto is requested |
93 | [ "${action%crypto}" = "${action}" -o "${ezjail_blocking}" ] || continue | 93 | [ "${action%crypto}" = "${action}" -o "${ezjail_blocking}" ] || continue |
94 | 94 | ||
95 | # Try to attach (crypto) devices | 95 | # Try to attach (crypto) devices |