]> git.pld-linux.org Git - packages/inn.git/commitdiff
outdated
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 27 Jan 2001 21:21:58 +0000 (21:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    inn-brokenipv6patch.patch -> 1.2

inn-brokenipv6patch.patch [deleted file]

diff --git a/inn-brokenipv6patch.patch b/inn-brokenipv6patch.patch
deleted file mode 100644 (file)
index 5839b38..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- inn-2.3.1/innd/inndstart.c.orig    Fri Jan 26 23:29:31 2001
-+++ inn-2.3.1/innd/inndstart.c Fri Jan 26 23:32:11 2001
-@@ -360,7 +360,7 @@
-           exit(1);
-       }
-     } 
--    if (!in6any)
-+    if (!innconf->listenonipv6 || !in6any)
- #endif        /* INET6 */
-     {
-     s = socket(AF_INET, SOCK_STREAM, 0);
-@@ -408,7 +408,7 @@
-     innd_argv[i++] = cpcatpath(innconf->pathbin, "innd");
-     innd_argv[i] = 0;
- #ifdef INET6
--    if (innconf->listeronipv6)
-+    if (innconf->listenonipv6)
-         printf("When starting innd, use -d -p%d [-p%d]\n", s6, s);
-     else
- #endif        /* INET6 */
This page took 0.099622 seconds and 4 git commands to generate.