#!/bin/sh
#
# Default fetchmail ip-up script
# /etc/ppp/ip-up.d/fetchmail
# $Id: ip-up,v 1.5 2002/02/16 09:45:09 hmh Exp $
#
[ -x /etc/init.d/fetchmail ] || exit 0
/etc/init.d/fetchmail awaken >/dev/null 2>&1 || /etc/init.d/fetchmail start
