diff options
author | Dan McGee <dan@archlinux.org> | 2008-01-08 22:49:52 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-08 22:49:52 +0100 |
commit | 9dd016001eafb69991661d4d8bda91906d51ed78 (patch) | |
tree | bbe1bf67880aa689d3b300db735fb4fa72adb24e /README | |
parent | a24c323abadd7802a38d162a0015bbc4dc82f75d (diff) | |
download | pacman-9dd016001eafb69991661d4d8bda91906d51ed78.tar.gz pacman-9dd016001eafb69991661d4d8bda91906d51ed78.tar.xz |
Remove upgradedelay and all code associated with it
It wasn't even implemented correctly, and it really doesn't have a use if
packagers just do their job correctly anyway for a distro. Let's not try to
solve a problem with the wrong solution now.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -59,7 +59,6 @@ library is initialized. * cachedir: The base path to pacman's download cache (Default: var/cache/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. -* upgradedelay: The time span to wait before listing a package as an upgrade (Default: 0) * xfercommand: The command to use for downloading instead of pacman's internal downloading functionality. * nopassiveftp: Do not use passive FTP commands for ftp connections. |