diff options
Diffstat (limited to 'pod')
-rw-r--r-- | pod/urpme.8.pod | 8 | ||||
-rw-r--r-- | pod/urpmf.8.pod | 2 | ||||
-rw-r--r-- | pod/urpmi.8.pod | 8 | ||||
-rw-r--r-- | pod/urpmi.addmedia.8.pod | 9 | ||||
-rw-r--r-- | pod/urpmi.cfg.5.pod | 2 | ||||
-rw-r--r-- | pod/urpmi.files.5.pod | 11 | ||||
-rw-r--r-- | pod/urpmi.update.8.pod | 6 | ||||
-rw-r--r-- | pod/urpmq.8.pod | 8 |
8 files changed, 8 insertions, 46 deletions
diff --git a/pod/urpme.8.pod b/pod/urpme.8.pod index 0fa32dcc..77d441c2 100644 --- a/pod/urpme.8.pod +++ b/pod/urpme.8.pod @@ -86,14 +86,6 @@ to B<--root>, the urpmi configuration comes from the rooted tree. Configure urpme on the fly from a distribution tree. -=item B<--probe-synthesis> - -Use synthesis file (to use with --use-distrib). - -=item B<--probe-hdlist> - -Use hdlist file (to use with --use-distrib). - =item B<--wait-lock> If the urpmi or rpm db is busy, wait until it is available diff --git a/pod/urpmf.8.pod b/pod/urpmf.8.pod index f69d375d..77759aa9 100644 --- a/pod/urpmf.8.pod +++ b/pod/urpmf.8.pod @@ -85,7 +85,7 @@ to B<--root>, the urpmi configuration comes from the rooted tree. =item B<--verbose> Verbose mode. urpmf will emit various messages related to the parsing of -hdlist files for your media. +media_info files for your media. =item B<--wait-lock> diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod index 9743700d..5acc4190 100644 --- a/pod/urpmi.8.pod +++ b/pod/urpmi.8.pod @@ -243,14 +243,6 @@ Configure urpmi on the fly from a distrib tree, useful to install a chroot with the B<--root> option. See the description of the B<--distrib> option in the C<urpmi.addmedia> manpage. -=item B<--probe-synthesis> - -Use synthesis file (to use with --use-distrib). - -=item B<--probe-hdlist> - -Use hdlist file (to use with --use-distrib). - =item B<--wget> Use wget for downloading distant files via http or ftp. By default curl is diff --git a/pod/urpmi.addmedia.8.pod b/pod/urpmi.addmedia.8.pod index 8b551efb..c23867d1 100644 --- a/pod/urpmi.addmedia.8.pod +++ b/pod/urpmi.addmedia.8.pod @@ -21,8 +21,7 @@ must be chosen: where <I<name>> is a human-readable name for the new media (e.g. "updates"). <I<name>> is optional if B<--distrib> is given in the options list. <I<host>>/<I<path>> is the location of the media directory on the -net (e.g. C<media/main>). <I<relative path of hdlist>> is the pathname -where to find the hdlist of the rpms. The location is given relative to +net (e.g. C<media/main>). The location is given relative to <I<path>>. B<curl> is used by default to download files, B<wget> may be used if B<curl> is not installed or if or B<--wget> is given in I<options>. Example: @@ -122,13 +121,9 @@ C<urpmi --update> when looking for updates. Use synthesis file. -=item B<--probe-hdlist> - -Use hdlist file. - =item B<--probe-rpms> -Use rpm files (instead of synthesis/hdlist). +Use rpm files (instead of synthesis). =item B<--distrib> diff --git a/pod/urpmi.cfg.5.pod b/pod/urpmi.cfg.5.pod index 8bb5dad6..14a40874 100644 --- a/pod/urpmi.cfg.5.pod +++ b/pod/urpmi.cfg.5.pod @@ -184,7 +184,7 @@ A medium is described as follows : where B<name> is the medium name (space characters must be prefixed by a backslash) and where B<url> is the medium URL. -Most other options like B<list>, B<with_hdlist>, B<media_info_dir>, +Most other options like B<list>, B<media_info_dir>, B<synthesis>, B<removable>, B<virtual> are for internal use and should be changed only by experienced users. diff --git a/pod/urpmi.files.5.pod b/pod/urpmi.files.5.pod index 502c2703..7b08730d 100644 --- a/pod/urpmi.files.5.pod +++ b/pod/urpmi.files.5.pod @@ -19,18 +19,9 @@ file is used when a password is used to access a distant location (using a network protocol) or when various directories are used to store the packages. That's why it's not world-readable. -=item I<< /var/lib/urpmi/hdlist.<media_name>.cz >> - -Contains information about all known packages; it's a summary of rpm -headers. If an hdlist file is used for a medium, C<urpmf> can operate -completely without accessing this medium (this is almost always the case). - =item I<< /var/lib/urpmi/synthesis.hdlist.<media_name>.cz >> -Contains synthesis information about all known packages built from hdlist -files that can be used by minimal closure algorithm. If these files are -not present, hdlist files will be used instead to resolve dependencies -(but this is much slower). +Contains information about all known packages. =item I<< /var/lib/urpmi/names.<media_name> >> diff --git a/pod/urpmi.update.8.pod b/pod/urpmi.update.8.pod index 578ce317..5adfde88 100644 --- a/pod/urpmi.update.8.pod +++ b/pod/urpmi.update.8.pod @@ -88,15 +88,15 @@ Clean F</var/cache/urpmi/headers> directory on exit. =item B<-f> -Force updating synthesis/hdlist +Force updating synthesis =item B<-ff> -Really force updating synthesis/hdlist +Really force updating synthesis =item B<--probe-rpms> -Do not use synthesis/hdlist, use rpm files directly +Do not use synthesis, use rpm files directly =item B<-q> diff --git a/pod/urpmq.8.pod b/pod/urpmq.8.pod index 866af32e..a297b3c2 100644 --- a/pod/urpmq.8.pod +++ b/pod/urpmq.8.pod @@ -173,14 +173,6 @@ and a password. Configure urpmq on the fly from a distribution tree. -=item B<--probe-synthesis> - -Use synthesis file (to use with --use-distrib). - -=item B<--probe-hdlist> - -Use hdlist file (to use with --use-distrib). - =item B<--env> I<directory> Use a different environment directly from a bug report to replay a bug. |