From 52d7849f4b51e2ea0f0bd24573efa5c3683442bd Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 10 Apr 2001 12:53:50 +0000 Subject: Minor cleanup patches. svn path=/trunk/; revision=3289 --- rcfile_y.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rcfile_y.y') diff --git a/rcfile_y.y b/rcfile_y.y index a3271dac..dfe8ec87 100644 --- a/rcfile_y.y +++ b/rcfile_y.y @@ -226,7 +226,7 @@ serv_option : AKA alias_list #if (defined(linux) && !defined(INET6_ENABLE)) || defined(__FreeBSD__) current.server.monitor = xstrdup($2); #else /* (defined(linux) && !defined(INET6_ENABLE)) || defined(__FreeBSD__) */ - fprintf(stderr, _("fetchmail: monitor option is only supported under Linux\n")); + fprintf(stderr, _("fetchmail: monitor option is only supported under Linux (without IPv6) and FreeBSD\n")); #endif /* (defined(linux) && !defined(INET6_ENABLE) || defined(__FreeBSD__)) */ } | PLUGIN STRING { current.server.plugin = xstrdup($2); } -- cgit v1.2.3