summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-01 04:54:56 +0000
committerjlam <jlam>2004-08-01 04:54:56 +0000
commit5ebb93c0cde1e9211e95dff9b09397647c6b7062 (patch)
tree7b6960c720d6fdb1b510c53f9106bea99aaf260e
parent53d11d8a9afb36ac8e485e5c88f4c1632323c077 (diff)
downloadpkgsrc-5ebb93c0cde1e9211e95dff9b09397647c6b7062.tar.gz
fetchmail should be started after mail is up and running.
-rwxr-xr-xmail/fetchmail/files/fetchmail.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/files/fetchmail.sh b/mail/fetchmail/files/fetchmail.sh
index e48442411f4..09380f9fc4b 100755
--- a/mail/fetchmail/files/fetchmail.sh
+++ b/mail/fetchmail/files/fetchmail.sh
@@ -1,9 +1,9 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: fetchmail.sh,v 1.1 2003/09/11 22:58:06 jlam Exp $
+# $NetBSD: fetchmail.sh,v 1.2 2004/08/01 04:54:56 jlam Exp $
#
# PROVIDE: fetchmail
-# REQUIRE: DAEMON
+# REQUIRE: mail
if [ -f /etc/rc.subr ]; then
. /etc/rc.subr