summaryrefslogtreecommitdiff
path: root/sysutils/cfengine2/patches/patch-ag
blob: d329b296ba6da706f1dbb03d01785507364b352d (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-ag,v 1.1.1.1 2002/12/22 13:04:38 seb Exp $

--- src/cfservd.c.orig	Thu Dec 19 13:24:23 2002
+++ src/cfservd.c	Thu Dec 19 13:24:50 2002
@@ -722,5 +722,5 @@
       Debug("Bound to address %s on %s=%d\n",sockaddr_ntop(ap->ai_addr),CLASSTEXT[VSYSTEMHARDCLASS],VSYSTEMHARDCLASS);
 
-      if (VSYSTEMHARDCLASS == openbsd)
+      if (VSYSTEMHARDCLASS == openbsd || VSYSTEMHARDCLASS == netbsd)
 	 {
 	 continue;  /* openbsd doesn't map ipv6 addresses */