File NetworkManager-autofs of Package autofs

#! /bin/sh
#
# autofs dispatcher script for NetworkManager
#
# Matthias Koenig <mkoenig@suse.de>
#
case "$2" in
    up)
	/sbin/chkconfig --check autofs && /etc/init.d/autofs restart
        ;;
    down)
        /sbin/chkconfig --check autofs && /etc/init.d/autofs restart
        ;;
    *)
        exit 0
        ;;
esac
openSUSE Build Service is sponsored by