diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2005-10-20 09:44:21 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2005-10-20 09:44:21 +0000 |
commit | 05588ab48b9a19c7beb3ad5ae4b3e11da351b21c (patch) | |
tree | 9c142b92d731d9e6f4eba1c353b2d5d74801ea8a /sysutils/cfengine/files/patch-ag | |
parent | Upgrade to version 1.170. (diff) |
- Remove sysutils/cfengine (cfengine-1.x) - the port is marked DEPRECATED
and has expired on 2005-09-14.
Any cfengine-1.x users should consider migrating to cfengine-2.x
(sysutils/cfengine2).
Approved by: gordon (maintainer)
Notes
Notes:
svn path=/head/; revision=145920
Diffstat (limited to 'sysutils/cfengine/files/patch-ag')
-rw-r--r-- | sysutils/cfengine/files/patch-ag | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/cfengine/files/patch-ag b/sysutils/cfengine/files/patch-ag deleted file mode 100644 index 1a8101cb3542..000000000000 --- a/sysutils/cfengine/files/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -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); |