diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-01 04:54:56 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-01 04:54:56 +0000 |
commit | 23a89fbde759e971c371c8309b38ce5215156e94 (patch) | |
tree | 7b6960c720d6fdb1b510c53f9106bea99aaf260e /mail/fetchmail/files | |
parent | 713f0c7c4ef87fb089f8b27a043b5a8fe15a5d05 (diff) | |
download | pkgsrc-23a89fbde759e971c371c8309b38ce5215156e94.tar.gz |
fetchmail should be started after mail is up and running.
Diffstat (limited to 'mail/fetchmail/files')
-rwxr-xr-x | mail/fetchmail/files/fetchmail.sh | 4 |
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 |