#!/bin/sh
#
# /etc/rc.d/rc.local_shutdown - Local system shutdown script.
#
# If you have anything that needs to be run at shutdown time
# you can put those commands in here.
#
# Stop avahidnsconfd
if [ -x /etc/rc.d/rc.avahidnsconfd ]; then
/etc/rc.d/rc.avahidnsconfd stop
fi
# Stop avahidaemon
if [ -x /etc/rc.d/rc.avahidaemon ]; then
/etc/rc.d/rc.avahidaemon stop
fi