diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-10-12 04:42:53 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-10-12 04:42:53 +0000 |
commit | cdfe97f541f5eaf75a9a5faf7f7111bd77d3376b (patch) | |
tree | 16ffc4b8d177c092f28e8266eef6820d2e109d4d /security/openssh-portable/files/patch-auth.c | |
parent | - run ldconfig on the GNUstep dir only (diff) |
- cleanup patches
(only context changed)
Notes
Notes:
svn path=/head/; revision=118777
Diffstat (limited to 'security/openssh-portable/files/patch-auth.c')
-rw-r--r-- | security/openssh-portable/files/patch-auth.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/openssh-portable/files/patch-auth.c b/security/openssh-portable/files/patch-auth.c index 76103d45cad0..e15f33234d56 100644 --- a/security/openssh-portable/files/patch-auth.c +++ b/security/openssh-portable/files/patch-auth.c @@ -1,8 +1,8 @@ ---- auth.c.orig Tue Sep 2 23:32:46 2003 -+++ auth.c Tue Sep 16 20:05:44 2003 -@@ -259,6 +259,17 @@ - } - #endif /* WITH_AIXAUTHENTICATE */ +--- auth.c.orig Thu Aug 12 14:40:25 2004 ++++ auth.c Mon Sep 20 05:04:48 2004 +@@ -208,6 +208,17 @@ + return 0; + #endif +#ifdef __FreeBSD__ + /* Fail if the account's expiration time has passed. */ @@ -18,7 +18,7 @@ /* We found no reason not to let this user try to log on... */ return 1; } -@@ -531,7 +542,7 @@ +@@ -472,7 +483,7 @@ if (!allowed_user(pw)) return (NULL); #ifdef HAVE_LOGIN_CAP |