#!/bin/sh

if [ -x /etc/init.d/owftpd ]; then
    /etc/init.d/owftpd stop
fi
if [ -x /etc/init.d/owfs ]; then
    /etc/init.d/owfs stop
fi
if [ -x /etc/init.d/owhttpd ]; then
    /etc/init.d/owhttpd stop
fi
if [ -x /etc/init.d/owserver ]; then
    /etc/init.d/owserver stop
fi
