diff -Naupr apt-0.5.5cnc1_rc1.orig/methods/http.cc apt-0.5.5cnc1_rc1/methods/http.cc --- apt-0.5.5cnc1_rc1.orig/methods/http.cc 2003-01-29 16:25:05.000000000 +0100 +++ apt-0.5.5cnc1_rc1/methods/http.cc 2003-01-30 14:47:08.000000000 +0100 @@ -675,10 +675,10 @@ void HttpMethod::SendReq(FetchItem *Itm, // CNC:2003-01-29 string UserAgent = _config->Find("Acquire::http::User-Agent"); - if (UserAgent.empty() == true) - UserAgent = "RPM APT-HTTP/1.3"; + if (UserAgent.empty() == true) + UserAgent = "Freshrpms.net APT-HTTP/1.3"; Req += string("User-Agent: ") + UserAgent + "\r\n\r\n"; - + if (Debug == true) cerr << Req << endl;