#!/bin/sh
exec 2>&1

. /etc/rc.conf
. /etc/rc.d/functions

stat_runit "Stopping autofs4 kernel module" && echo ""
set -e  # barf if modprobe fails
/sbin/modprobe -r autofs4