From a26a1682086138fe4d8ce551479081aa3c97313c Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 17 Aug 2001 14:20:09 +0000 Subject: This patch fixes the following problems: * cfengine deadlocking in the resolver due to being linked against libc_r * cfd issuing 'ioctl: No such network device' whenever it is invoked. change maintainer email add more docs Patches obtained from Michael Kyle PR: 29649 Submitted by: MAINTAINER --- sysutils/cfengine2/files/patch-ag | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sysutils/cfengine2/files/patch-ag (limited to 'sysutils/cfengine2/files/patch-ag') diff --git a/sysutils/cfengine2/files/patch-ag b/sysutils/cfengine2/files/patch-ag new file mode 100644 index 000000000000..1a8101cb3542 --- /dev/null +++ b/sysutils/cfengine2/files/patch-ag @@ -0,0 +1,13 @@ +This fixes the problem with cfd not finding the correct interfaces. + +--- src/misc.c.orig Wed Jan 24 07:28:01 2001 ++++ src/misc.c Fri Aug 10 23:34:45 2001 +@@ -284,7 +284,7 @@ + list.ifc_len = sizeof(ifbuf); + list.ifc_req = ifbuf; + +-if (ioctl(fd, SIOCGIFCONF, &list) == -1 || (list.ifc_len < (sizeof(struct ifreq)))) ++if (ioctl(fd, OSIOCGIFCONF, &list) == -1 || (list.ifc_len < (sizeof(struct ifreq)))) + { + CfLog(cferror,"Couldn't get interfaces","ioctl"); + exit(1); -- cgit v1.2.3