diff options
author | truckman <truckman@FreeBSD.org> | 2003-04-22 04:56:56 +0000 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2003-04-22 04:56:56 +0000 |
commit | 6d33aa0af4a48821295eee0ce5021291e289e659 (patch) | |
tree | d7b798bf20a92b388168986c233d17809349e5e5 /editors/openoffice-3 | |
parent | 355503632cbeca860c77ddb527a8ef7f9cbc8964 (diff) | |
download | FreeBSD-ports-6d33aa0af4a48821295eee0ce5021291e289e659.zip FreeBSD-ports-6d33aa0af4a48821295eee0ce5021291e289e659.tar.gz |
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
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/files/patch-sal+osl+unx+security.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice-3/files/patch-sal+osl+unx+security.c b/editors/openoffice-3/files/patch-sal+osl+unx+security.c deleted file mode 100644 index 0cc321d..0000000 --- a/editors/openoffice-3/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; - |