From e339633b8dbecd7a8945c1bc75c86f019e4e4319 Mon Sep 17 00:00:00 2001 From: will Date: Sun, 2 Apr 2000 04:20:46 +0000 Subject: Add oidentd to ports tree; it is an identd server which, properly configured, can allow users to specify an arbitrary ident string. Unfortunately, due to being outdated, this port is marked BROKEN for all ${OSVERSION} prior to 400010, which is the closest to src/sys/sys/file.h rev 1.16.2.2. PR: 17660 Submitted by: Trevor Johnson Reviewed by: mharo (confirmation of BROKEN for < 400010) --- security/oidentd/files/patch-aa | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 security/oidentd/files/patch-aa (limited to 'security/oidentd/files') diff --git a/security/oidentd/files/patch-aa b/security/oidentd/files/patch-aa new file mode 100644 index 000000000000..2453c871feac --- /dev/null +++ b/security/oidentd/files/patch-aa @@ -0,0 +1,14 @@ +--- src/freebsd.c.orig Tue Jan 18 02:37:19 2000 ++++ src/freebsd.c Wed Mar 29 09:39:27 2000 +@@ -22,9 +22,9 @@ + #include + #include + #include +-#define KERNEL ++#define _KERNEL + #include +-#undef KERNEL ++#undef _KERNEL + #include + #include + #include -- cgit