From f54b2182a6c99b7c5af8d4568a3bb46825a55262 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 18 Mar 2001 04:17:14 +0000 Subject: Error message correction. svn path=/trunk/; revision=3264 --- 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 fd8194cf..a3271dac 100644 --- a/rcfile_y.y +++ b/rcfile_y.y @@ -219,7 +219,7 @@ serv_option : AKA alias_list #if (defined(linux) && !defined(INET6_ENABLE)) || defined(__FreeBSD__) interface_parse($2, ¤t.server); #else /* (defined(linux) && !defined(INET6_ENABLE)) || defined(__FreeBSD__) */ - fprintf(stderr, _("fetchmail: interface option is only supported under Linux and FreeBSD\n")); + fprintf(stderr, _("fetchmail: interface option is only supported under Linux (without IPv6) and FreeBSD\n")); #endif /* (defined(linux) && !defined(INET6_ENABLE)) || defined(__FreeBSD__) */ } | MONITOR STRING { -- cgit v1.2.3