#!/bin/sh
#
# Default fetchmail ip-down script
# /etc/ppp/ip-down.d/fetchmail
# $Id: ip-down,v 1.1 2002/02/16 09:45:09 hmh Exp $
#
[ -x /etc/init.d/fetchmail ] || exit 0
exec /etc/init.d/fetchmail stop
