|
|
82b73e |
commit 102915d4d402493c48d434ae1d1756225c4468e0
|
|
|
82b73e |
Author: James Antill <james@and.org>
|
|
|
82b73e |
Date: Mon Jun 14 01:15:21 2010 -0400
|
|
|
82b73e |
|
|
|
82b73e |
Port manpage files path fixups.
|
|
|
82b73e |
|
|
|
82b73e |
diff --git a/docs/yum.8 b/docs/yum.8
|
|
|
82b73e |
index d5ede0a..3bdb408 100644
|
|
|
82b73e |
--- a/docs/yum.8
|
|
|
82b73e |
+++ b/docs/yum.8
|
|
|
82b73e |
@@ -568,7 +568,7 @@ option in yum.conf. For a plugin to work, the following conditions must be met:
|
|
|
82b73e |
1. The plugin module file must be installed in the plugin path as just
|
|
|
82b73e |
described.
|
|
|
82b73e |
.LP
|
|
|
82b73e |
-2. The global \fBplugins\fP option in /etc/yum/yum.conf must be set to `1'.
|
|
|
82b73e |
+2. The global \fBplugins\fP option in /etc/yum.conf must be set to `1'.
|
|
|
82b73e |
.LP
|
|
|
82b73e |
3. A configuration file for the plugin must exist in
|
|
|
82b73e |
/etc/yum/pluginconf.d/<plugin_name>.conf and the \fBenabled\fR setting in this
|
|
|
82b73e |
@@ -584,9 +584,9 @@ configuration options.
|
|
|
82b73e |
.PP
|
|
|
82b73e |
.SH "FILES"
|
|
|
82b73e |
.nf
|
|
|
82b73e |
-/etc/yum/yum.conf
|
|
|
82b73e |
+/etc/yum.conf
|
|
|
82b73e |
/etc/yum/version-groups.conf
|
|
|
82b73e |
-/etc/yum/repos.d/
|
|
|
82b73e |
+/etc/yum.repos.d/
|
|
|
82b73e |
/etc/yum/pluginconf.d/
|
|
|
82b73e |
/var/cache/yum/
|
|
|
82b73e |
.fi
|
|
|
82b73e |
diff --git a/docs/yum.conf.5 b/docs/yum.conf.5
|
|
|
82b73e |
index ca36103..42815b9 100644
|
|
|
82b73e |
--- a/docs/yum.conf.5
|
|
|
82b73e |
+++ b/docs/yum.conf.5
|
|
|
82b73e |
@@ -4,10 +4,10 @@
|
|
|
82b73e |
\fByum.conf\fR \- Configuration file for \fByum(8)\fR.
|
|
|
82b73e |
.SH "DESCRIPTION"
|
|
|
82b73e |
.LP
|
|
|
82b73e |
-Yum uses a configuration file at \fB/etc/yum/yum.conf\fR.
|
|
|
82b73e |
+Yum uses a configuration file at \fB/etc/yum.conf\fR.
|
|
|
82b73e |
.LP
|
|
|
82b73e |
Additional configuration files are also read from the directories set by the
|
|
|
82b73e |
-\fBreposdir\fR option (default is `/etc/yum/repos.d').
|
|
|
82b73e |
+\fBreposdir\fR option (default is `/etc/yum.repos.d').
|
|
|
82b73e |
See the \fBreposdir\fR option below for further details.
|
|
|
82b73e |
|
|
|
82b73e |
.SH "PARAMETERS"
|
|
|
82b73e |
@@ -42,10 +42,10 @@ of headers and packages after successful installation. Default is '1'
|
|
|
82b73e |
.IP
|
|
|
82b73e |
\fBreposdir\fR
|
|
|
82b73e |
A list of directories where yum should look for .repo files which define
|
|
|
82b73e |
-repositories to use. Default is `/etc/yum/repos.d'. Each
|
|
|
82b73e |
+repositories to use. Default is `/etc/yum.repos.d'. Each
|
|
|
82b73e |
file in this directory should contain one or more repository sections as
|
|
|
82b73e |
documented in \fB[repository] options\fR below. These will be merged with the
|
|
|
82b73e |
-repositories defined in /etc/yum/yum.conf to form the complete set of
|
|
|
82b73e |
+repositories defined in /etc/yum.conf to form the complete set of
|
|
|
82b73e |
repositories that yum will use.
|
|
|
82b73e |
|
|
|
82b73e |
.IP
|
|
|
82b73e |
@@ -745,8 +745,8 @@ for any given command. Defaults to False.
|
|
|
82b73e |
|
|
|
82b73e |
.SH "URL INCLUDE SYNTAX"
|
|
|
82b73e |
.LP
|
|
|
82b73e |
-The inclusion of external configuration files is supported for /etc/yum/yum.conf
|
|
|
82b73e |
-and the .repo files in the /etc/yum/repos.d directory. To include a URL, use a
|
|
|
82b73e |
+The inclusion of external configuration files is supported for /etc/yum.conf
|
|
|
82b73e |
+and the .repo files in the /etc/yum.repos.d directory. To include a URL, use a
|
|
|
82b73e |
line of the following format:
|
|
|
82b73e |
|
|
|
82b73e |
include=url://to/some/location
|
|
|
82b73e |
@@ -812,8 +812,8 @@ data in any value.
|
|
|
82b73e |
|
|
|
82b73e |
.SH "FILES"
|
|
|
82b73e |
.nf
|
|
|
82b73e |
-/etc/yum/yum.conf
|
|
|
82b73e |
-/etc/yum/repos.d/
|
|
|
82b73e |
+/etc/yum.conf
|
|
|
82b73e |
+/etc/yum.repos.d/
|
|
|
82b73e |
/etc/yum/pluginconf.d/
|
|
|
82b73e |
/etc/yum/protected.d
|
|
|
82b73e |
/etc/yum/vars
|