From 7dae79e7b95c517df136003728363dc9ad346a7e Mon Sep 17 00:00:00 2001 From: Xavier Chantry Date: Sat, 8 Aug 2009 19:59:02 +0200 Subject: dload.c : various fixes - fix one memleak if get_filename failed - cleanup according to Joerg's feedback: "url_for_string: If fetchParseURL returned successful, you should always have a scheme set. The logic for anonftp should only be needed for very broken server -- do you know of any such? download_internal: Specifying 'p' is now a nop -- it is tried by default first with fall-back to active FTP." Signed-off-by: Xavier Chantry [Dan: remove from pacman.conf and pacman.conf.5] Signed-off-by: Dan McGee --- README | 1 - 1 file changed, 1 deletion(-) (limited to 'README') diff --git a/README b/README index 48dc274f..b9eb399a 100644 --- a/README +++ b/README @@ -57,7 +57,6 @@ library is initialized. * dbpath: The toplevel database directory (Default: /var/lib/pacman) * logfile: The base path to pacman's log file (Default: /var/log/pacman.log) * usesyslog: Log to syslog instead of `logfile` for file-base logging. -* nopassiveftp: Do not use passive FTP commands for ftp connections. The following options also have `alpm_option_{add,remove}_*` functions, as the values are list structures. -- cgit v1.2.3-24-g4f1b