diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-07-10 18:26:17 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-07-10 18:26:17 +0000 |
commit | 57750edf1ccf9a71871bf6e746df5ad868a7a92e (patch) | |
tree | 8f4296fe1df37a4a4e16e3c68724a76e7730e1df /pod | |
parent | 186d1cfd88ce0e894d4252a7638866e014de52c3 (diff) | |
download | urpmi-57750edf1ccf9a71871bf6e746df5ad868a7a92e.tar urpmi-57750edf1ccf9a71871bf6e746df5ad868a7a92e.tar.gz urpmi-57750edf1ccf9a71871bf6e746df5ad868a7a92e.tar.bz2 urpmi-57750edf1ccf9a71871bf6e746df5ad868a7a92e.tar.xz urpmi-57750edf1ccf9a71871bf6e746df5ad868a7a92e.zip |
o fix creation of chroot with --root by using /var/lib/rpm/installed-through-deps.list
(instead of having it in /var/lib/urpmi)
it's a saner place to put this file anyway
Diffstat (limited to 'pod')
-rw-r--r-- | pod/urpmi.files.5.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/urpmi.files.5.pod b/pod/urpmi.files.5.pod index 26512a23..5d16400e 100644 --- a/pod/urpmi.files.5.pod +++ b/pod/urpmi.files.5.pod @@ -72,7 +72,7 @@ This file is handled by urpmi: when adding a media from an URL containing a password, urpmi will remove the password from the URL written into urpmi.cfg and write it in this file. -=item I<< /var/lib/urpmi/installed-through-deps.list >> +=item I<< /var/lib/rpm/installed-through-deps.list >> Contains the name of the packages that were selected indirectly, ie not requested by user (eg: libxxxN). It is used to detect orphans (try C<urpme --auto-orphans> and see). |