1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-22 15:58:50 -05:00

FW: re-add CacheDir setting

This commit is contained in:
Judd Vinet 2006-02-20 18:40:50 +00:00
parent 0ef2a77fff
commit e28301168c

View File

@ -1,4 +1,4 @@
.TH pacman 8 "January 21, 2006" "pacman #VERSION#" "" .TH pacman 8 "January 21, 2006" "pacman @PACKAGE_VERSION@" ""
.SH NAME .SH NAME
pacman \- package manager utility pacman \- package manager utility
.SH SYNOPSIS .SH SYNOPSIS
@ -247,6 +247,10 @@ Server = file:///home/pkgs
.B "DBPath = path/to/db/dir" .B "DBPath = path/to/db/dir"
Overrides the default location of the toplevel database directory. The default is Overrides the default location of the toplevel database directory. The default is
\fIvar/lib/pacman\fP. \fIvar/lib/pacman\fP.
.B "CacheDir = path/to/cache/dir"
Overrides the default location of the package cache directory. The default is
\fIvar/cache/pacman\fP.
.TP
.TP .TP
.B "HoldPkg = <package> [package] ..." .B "HoldPkg = <package> [package] ..."
If a user tries to \fB--remove\fP a package that's listed in HoldPkg, pacman If a user tries to \fB--remove\fP a package that's listed in HoldPkg, pacman