diff options
author | obrien <obrien@FreeBSD.org> | 2002-06-30 05:21:55 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-06-30 05:21:55 +0800 |
commit | afdf08e6533952422b4ef23ceeb005f11c9b16c4 (patch) | |
tree | 7db306ea12cb984825cb711558c54c55add9f413 /security/ssh | |
parent | aacb10197d5d7305dc7fa14a8ced365a5a755ac3 (diff) | |
download | freebsd-ports-gnome-afdf08e6533952422b4ef23ceeb005f11c9b16c4.tar.gz freebsd-ports-gnome-afdf08e6533952422b4ef23ceeb005f11c9b16c4.tar.zst freebsd-ports-gnome-afdf08e6533952422b4ef23ceeb005f11c9b16c4.zip |
Update to version 1.2.29.
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; |