fetchmail-friends
[Top] [All Lists]

[fetchmail][PATCH] document 'interface' code shortcoming

2001-03-15 15:29:32
I *was* considering enabling IPv6 support in Debian's default packaging, but
I don't have the time/knowledge to rewrite interface.c to properly support
ipv6 right now, so...

OTOH, please apply the following patch (note that the new error message is wider
than 80 columns):

Index: rcfile_y.y
===================================================================
RCS file: /home/cvs/debian/fetchmail/rcfile_y.y,v
retrieving revision 1.1.1.6
diff -u -r1.1.1.6 rcfile_y.y
--- rcfile_y.y  2001/03/04 08:33:05     1.1.1.6
+++ rcfile_y.y  2001/03/15 22:16:26
@@ -219,7 +219,7 @@
 #if (defined(linux) && !defined(INET6_ENABLE)) || defined(__FreeBSD__)
                                        interface_parse($2, &current.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        {


-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


<Prev in Thread] Current Thread [Next in Thread>
  • [fetchmail][PATCH] document 'interface' code shortcoming, Henrique de Moraes Holschuh <=