diff options
Diffstat (limited to 'libexec/rc/rc.d/zfsbe')
-rwxr-xr-x | libexec/rc/rc.d/zfsbe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.d/zfsbe b/libexec/rc/rc.d/zfsbe index f61f3bf097f0..22d53f219679 100755 --- a/libexec/rc/rc.d/zfsbe +++ b/libexec/rc/rc.d/zfsbe @@ -64,7 +64,7 @@ activate_bootonce() be_start() { - if [ `$SYSCTL_N security.jail.jailed` -eq 1 ]; then + if check_jail jailed; then : else mount -p | while read _dev _mp _type _rest; do |