From ed181f4aa1bfd899d57b0d00849346262003024b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 19 Oct 1996 02:54:37 +0000 Subject: Don't allow a fetchmail with arguments to wake up a daemon. svn path=/trunk/; revision=349 --- fetchmail.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fetchmail.c b/fetchmail.c index de258a1c..eedff724 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -307,6 +307,13 @@ char **argv; { if (check_only) return(PS_EXCLUDE); + else if (!implicitmode) + { + fprintf(stderr, + "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n", + pid); + return(PS_EXCLUDE); + } else if (!bkgd) { fprintf(stderr, -- cgit v1.2.3