1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

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
This commit is contained in:
Don Lewis 2003-04-20 21:07:02 +00:00
parent db782b35fb
commit 940cab57e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79375
3 changed files with 0 additions and 33 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;