Lines 68-73
Link Here
|
68 |
if [ `$SYSCTL_N security.jail.jailed` -eq 1 ]; then |
68 |
if [ `$SYSCTL_N security.jail.jailed` -eq 1 ]; then |
69 |
: |
69 |
: |
70 |
else |
70 |
else |
|
|
71 |
root_hold_wait |
71 |
mount -p | while read _dev _mp _type _rest; do |
72 |
mount -p | while read _dev _mp _type _rest; do |
72 |
[ $_mp = "/" ] || continue |
73 |
[ $_mp = "/" ] || continue |
73 |
if [ $_type = "zfs" ] ; then |
74 |
if [ $_type = "zfs" ] ; then |