[yum-cvs] yum/docs yum.conf.5,1.26,1.27
Menno Smits
mjs at login.linux.duke.edu
Wed Mar 30 11:00:09 UTC 2005
Update of /home/groups/yum/cvs/yum/docs
In directory login:/tmp/cvs-serv3912
Modified Files:
yum.conf.5
Log Message:
Documented plugin related options.
Index: yum.conf.5
===================================================================
RCS file: /home/groups/yum/cvs/yum/docs/yum.conf.5,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- yum.conf.5 25 Mar 2005 09:42:25 -0000 1.26
+++ yum.conf.5 30 Mar 2005 11:00:06 -0000 1.27
@@ -172,16 +172,6 @@
on the command line (eg. "update foo bar baz quux"). None of the short options
(eg. -y, -e, -d) are accepted for this option.
-." .IP \fBpkgpolicy=\fI[newest|last]\fR
-." XXX not implemented at present
-." Default: \fInewest\fR. Package sorting order. When a package is available
-." from multiple servers, \fInewest\fR will install the most recent version of
-." the package found. \fIlast\fR will sort the servers alphabetically by
-." \fBrespositoryid\fR and install the version of the package found on the last
-." server in the resulting list.
-." If you don't understand the above then you're best left not including this
-." option at all and letting the default occur.
-."
." .IP \fBsyslog_ident \fR
." XXX not implemented yet
@@ -197,6 +187,14 @@
.IP \fBproxy_password \fR
password for this proxy
+.IP \fBplugins \fR
+Either `0' or `1'. Global switch to enable or disable yum plugins. Default is
+`0' (plugins disabled).
+
+.IP \fBpluginpath \fR
+A list of directories where yum should look for plugin modules. Default is
+`/usr/lib/yum-plugins'.
+
.SH "[repository] OPTIONS"
.LP
The repository section(s) take the following form:
More information about the Yum-cvs-commits
mailing list