]> git.pld-linux.org Git - packages/apt.git/blob - apt-pld_user_in_ftp_pass.patch
- versioned Obsoletes
[packages/apt.git] / apt-pld_user_in_ftp_pass.patch
1 --- apt-0.5.4cnc7/methods/ftp.cc.orig   Thu Jul 25 20:07:19 2002
2 +++ apt-0.5.4cnc7/methods/ftp.cc        Tue Dec 10 20:48:50 2002
3 @@ -185,7 +185,7 @@
4     // Setup the variables needed for authentication
5     string User = "anonymous";
6     // CNC:2003-06-16
7 -   string Pass = "apt_get_ftp_2.1@rpm.linux.user";
8 +   string Pass = "apt_get_ftp@pld.linux.user";
9  
10     // Fill in the user/pass
11     if (ServerName.User.empty() == false)
This page took 0.092809 seconds and 3 git commands to generate.