#! /bin/sh

if [ -x "/etc/init.d/pure-rftpd-mysql" ]; then
	invoke-rc.d pure-rftpd-mysql stop || exit 1
fi

exit 0
