]> git.pld-linux.org Git - packages/apt.git/commitdiff
- pass in ftp anonymous password "apt_get_ftp_2.0@pld.linux.user" instead
authorkloczek <kloczek@pld-linux.org>
Fri, 27 Apr 2001 09:50:47 +0000 (09:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  "apt_get_ftp_2.0@conectiva.linux.user".

Changed files:
    apt-pld_user_in_ftp_pass.patch -> 1.1

apt-pld_user_in_ftp_pass.patch [new file with mode: 0644]

diff --git a/apt-pld_user_in_ftp_pass.patch b/apt-pld_user_in_ftp_pass.patch
new file mode 100644 (file)
index 0000000..1caacb3
--- /dev/null
@@ -0,0 +1,11 @@
+--- apt-0.3.19cnc38/methods/ftp.cc~    Tue Feb 20 19:20:02 2001
++++ apt-0.3.19cnc38/methods/ftp.cc     Fri Apr 27 11:48:50 2001
+@@ -176,7 +176,7 @@
+    if (0) //akk
+       Pass = "apt_get_ftp_2.0@debian.linux.user";
+    else
+-      Pass = "apt_get_ftp_2.0@conectiva.linux.user";
++      Pass = "apt_get_ftp_2.0@pld.linux.user";
+    // Fill in the user/pass
+    if (ServerName.User.empty() == false)
This page took 0.993626 seconds and 4 git commands to generate.