pacman.8: document interaction between --cachedir and DownloadUser
Note that the user provided in the DownloadUser configuration option (if set) needs to be able to access the directory specified with the --cachedir argument. Fixes #216. Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
64299ccfbb
commit
571c13236f
1 changed files with 2 additions and 1 deletions
|
@ -151,7 +151,8 @@ Options
|
||||||
+{localstatedir}/cache/pacman/pkg+). Multiple cache directories can be
|
+{localstatedir}/cache/pacman/pkg+). Multiple cache directories can be
|
||||||
specified, and they are tried in the order they are passed to pacman.
|
specified, and they are tried in the order they are passed to pacman.
|
||||||
*NOTE*: This is an absolute path, and the root path is not automatically
|
*NOTE*: This is an absolute path, and the root path is not automatically
|
||||||
prepended.
|
prepended. If DownloadUser is set in linkman:pacman.conf[5], then the
|
||||||
|
specified user must have permission to access the cache directory.
|
||||||
|
|
||||||
*\--color* <when>::
|
*\--color* <when>::
|
||||||
Specify when to enable coloring. Valid options are 'always', 'never', or
|
Specify when to enable coloring. Valid options are 'always', 'never', or
|
||||||
|
|
Loading…
Add table
Reference in a new issue