From 940cab57e908f2d3122107b320ad69c9e7d45aaf Mon Sep 17 00:00:00 2001 From: Don Lewis Date: Sun, 20 Apr 2003 21:07:02 +0000 Subject: FreeBSD doesn't use the same method of authenticating passwords that Linux uses with its shadow password file. This patch was a no-op anyway because of an earlier #ifdef in the source file. If the port needs this functionality, it should be re-implemented using PAM. Approved by: mbr --- editors/openoffice-1.0/files/patch-sal+osl+unx+security.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 editors/openoffice-1.0/files/patch-sal+osl+unx+security.c (limited to 'editors/openoffice-1.0/files') diff --git a/editors/openoffice-1.0/files/patch-sal+osl+unx+security.c b/editors/openoffice-1.0/files/patch-sal+osl+unx+security.c deleted file mode 100644 index 0cc321dcd544..000000000000 --- a/editors/openoffice-1.0/files/patch-sal+osl+unx+security.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ../sal/osl/unx/security.c.orig Sat Jul 20 22:53:31 2002 -+++ ../sal/osl/unx/security.c Sat Jul 20 22:52:39 2002 -@@ -739,7 +739,7 @@ - } - - --#elif (LINUX && (GLIBC >= 2)) -+#elif ((LINUX && (GLIBC >= 2)) || defined(FREEBSD)) - - struct passwd *pPasswd; - -- cgit v1.2.3