summaryrefslogtreecommitdiff
path: root/methods/ftp.cc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:56:43 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:56:43 +0000
commit44a38e5317fd8b3be2f0e5e7838eb07cc57513ea (patch)
tree0df95c7de59d09b6fce0297ed1e10983a0271d6f /methods/ftp.cc
parent4310ed4d45d9414e9c7b0ffdc9c640e79cee804a (diff)
Bumped methods version number
Author: jgg Date: 2001-02-23 07:19:49 GMT Bumped methods version number
Diffstat (limited to 'methods/ftp.cc')
-rw-r--r--methods/ftp.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/methods/ftp.cc b/methods/ftp.cc
index e0f71239f..524f799c3 100644
--- a/methods/ftp.cc
+++ b/methods/ftp.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: ftp.cc,v 1.22 2001/02/23 05:45:27 jgg Exp $
+// $Id: ftp.cc,v 1.23 2001/02/23 07:19:49 jgg Exp $
/* ######################################################################
HTTP Aquire Method - This is the FTP aquire method for APT.
@@ -179,7 +179,7 @@ bool FTPConn::Login()
// Setup the variables needed for authentication
string User = "anonymous";
- string Pass = "apt_get_ftp_2.0@debian.linux.user";
+ string Pass = "apt_get_ftp_2.1@debian.linux.user";
// Fill in the user/pass
if (ServerName.User.empty() == false)