diff options
Diffstat (limited to 'libexec/rc/rc.d/automount')
-rwxr-xr-x | libexec/rc/rc.d/automount | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/automount b/libexec/rc/rc.d/automount index b01928651ec4..19f367837189 100755 --- a/libexec/rc/rc.d/automount +++ b/libexec/rc/rc.d/automount @@ -28,4 +28,8 @@ automount_stop() } load_rc_config $name + +# mounting shall not be performed in a svcj +automount_svcj="NO" + run_rc_command "$1" |