diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-29 21:21:55 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-29 21:21:55 +0000 |
commit | 8ee56d7409821f474e8285c4ca1d8ce3727f80ac (patch) | |
tree | eb405dbdc990ea6281422f79643058af83743232 /security/ssh | |
parent | 94565c5d033718100a3b1f70515418462176c250 (diff) | |
download | ports-8ee56d7409821f474e8285c4ca1d8ce3727f80ac.tar.gz ports-8ee56d7409821f474e8285c4ca1d8ce3727f80ac.zip |
Notes
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/files/patch-af | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/security/ssh/files/patch-af b/security/ssh/files/patch-af index 857b53f5d028..2feee63b99f5 100644 --- a/security/ssh/files/patch-af +++ b/security/ssh/files/patch-af @@ -1,5 +1,5 @@ ---- sshd.c.orig Mon Jul 3 10:07:35 2000 -+++ sshd.c Fri Jun 21 17:57:21 2002 +--- sshd.c.orig Mon Jul 3 19:07:35 2000 ++++ sshd.c Sat Jun 29 22:25:41 2002 @@ -567,6 +567,19 @@ /* Name of the server configuration file. */ char *config_file_name = SERVER_CONFIG_FILE; @@ -402,6 +402,15 @@ /* Perform session preparation. */ do_authenticated(pw); +@@ -2962,7 +3074,7 @@ + #ifdef UF_OPAQUE + UF_OPAQUE | + #endif /* UF_OPAQUE */ +- 0)) < 0) ++ 0) < 0) + { + debug("chflags failed for %s, error: %s", + ttyname, strerror(errno)); @@ -3383,15 +3495,16 @@ char line[256]; struct stat st; |