diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-12 00:18:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-12 00:18:41 +0000 |
commit | 568cc63788e75a847617eccd895f91bf7af98ecb (patch) | |
tree | e45907c954b4601e469be6125f1f021545b87c5c /net-ftp/ftp/files/netkit-ftp-0.17-acct.patch | |
parent | Stable ppc-macos (diff) | |
download | historical-568cc63788e75a847617eccd895f91bf7af98ecb.tar.gz historical-568cc63788e75a847617eccd895f91bf7af98ecb.tar.bz2 historical-568cc63788e75a847617eccd895f91bf7af98ecb.zip |
Add a bunch of misc patches from Fedora. Add a tweaked ipv6 patch #47507 by Jasmin Buchert. Touchup the ssl patch and include -z option fix by Andreas Kling #81586.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-ftp/ftp/files/netkit-ftp-0.17-acct.patch')
-rw-r--r-- | net-ftp/ftp/files/netkit-ftp-0.17-acct.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-ftp/ftp/files/netkit-ftp-0.17-acct.patch b/net-ftp/ftp/files/netkit-ftp-0.17-acct.patch new file mode 100644 index 000000000000..f679b80b35a6 --- /dev/null +++ b/net-ftp/ftp/files/netkit-ftp-0.17-acct.patch @@ -0,0 +1,15 @@ +Ripped from Fedora +https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=17353 + +--- netkit-ftp-0.17/ftp/ftp.c.acct Sun Jan 21 00:08:29 2001 ++++ netkit-ftp-0.17/ftp/ftp.c Sun Jan 21 00:09:04 2001 +@@ -254,7 +254,8 @@ + if (n == CONTINUE) { + aflag++; + /* fflush(stdout); */ +- zacct = getpass("Account:"); ++ if(zacct==NULL) ++ zacct = getpass("Account:"); + n = command("ACCT %s", zacct); + } + if (n != COMPLETE) { |