]> git.pld-linux.org Git - packages/apt.git/blame - apt-pld_user_in_ftp_pass.patch
- versioned Obsoletes
[packages/apt.git] / apt-pld_user_in_ftp_pass.patch
CommitLineData
80519a9f
JB
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 @@
80519a9f
JB
4 // Setup the variables needed for authentication
5 string User = "anonymous";
3a4eabbd
JR
6 // CNC:2003-06-16
7- string Pass = "apt_get_ftp_2.1@rpm.linux.user";
80519a9f 8+ string Pass = "apt_get_ftp@pld.linux.user";
290a2f43 9
10 // Fill in the user/pass
11 if (ServerName.User.empty() == false)
This page took 0.052533 seconds and 4 git commands to generate.