diff options
author | truckman <truckman@FreeBSD.org> | 2003-04-21 05:07:02 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2003-04-21 05:07:02 +0800 |
commit | 9335e4aebfb24d24fc0663b26edf30a78bb67097 (patch) | |
tree | 6d957f88c73b0e8f6c2c5cf798df7e2e38b10c9b /editors/openoffice | |
parent | 8fb3fdf408f2dd827189e0b6e837b646b7f3b66a (diff) | |
download | freebsd-ports-gnome-9335e4aebfb24d24fc0663b26edf30a78bb67097.tar.gz freebsd-ports-gnome-9335e4aebfb24d24fc0663b26edf30a78bb67097.tar.zst freebsd-ports-gnome-9335e4aebfb24d24fc0663b26edf30a78bb67097.zip |
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')
-rw-r--r-- | editors/openoffice/files/patch-sal+osl+unx+security.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice/files/patch-sal+osl+unx+security.c b/editors/openoffice/files/patch-sal+osl+unx+security.c deleted file mode 100644 index 0cc321dcd544..000000000000 --- a/editors/openoffice/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; - |