]> git.pld-linux.org Git - packages/apt.git/blame - apt-pld_user_in_ftp_pass.patch
- %s/pld\.org\.pl/pld-linux.org/
[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 @@
4
5 // Setup the variables needed for authentication
6 string User = "anonymous";
7- string Pass = "apt_get_ftp_2.1@debian.linux.user";
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.032726 seconds and 4 git commands to generate.