Mailinglist Archive: zypp-commit (545 mails)
| < Previous | Next > |
[zypp-commit] r8725 - /trunk/libzypp/zypp.conf
- From: visnov@xxxxxxxxxxxxxxxx
- Date: Fri, 15 Feb 2008 13:32:54 -0000
- Message-id: <20080215133254.5510EED034@xxxxxxxxxxxxxxxx>
Author: visnov
Date: Fri Feb 15 14:32:53 2008
New Revision: 8725
URL: http://svn.opensuse.org/viewcvs/zypp?rev=8725&view=rev
Log:
document new configuration option
Modified:
trunk/libzypp/zypp.conf
Modified: trunk/libzypp/zypp.conf
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/zypp.conf?rev=8725&r1=8724&r2=8725&view=diff
==============================================================================
--- trunk/libzypp/zypp.conf (original)
+++ trunk/libzypp/zypp.conf Fri Feb 15 14:32:53 2008
@@ -32,6 +32,15 @@
##
+## Path where the repo packages are downloaded and kept.
+##
+## Valid values: A directory
+## Default value: /var/cache/zypp/packages
+##
+# packagesdir = /var/cache/zypp/packages
+
+
+##
## Path where the known repositories .repo files are kept
##
## Valid values: A directory
@@ -120,7 +129,7 @@
## Defining directory for equivalent vendors
##
## Valid values: A directory
-## Default value: /etc/zypp/vondors.d
+## Default value: /etc/zypp/vendors.d
##
-# vendordir = /etc/zypp/vondors.d
+# vendordir = /etc/zypp/vendors.d
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
Date: Fri Feb 15 14:32:53 2008
New Revision: 8725
URL: http://svn.opensuse.org/viewcvs/zypp?rev=8725&view=rev
Log:
document new configuration option
Modified:
trunk/libzypp/zypp.conf
Modified: trunk/libzypp/zypp.conf
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/zypp.conf?rev=8725&r1=8724&r2=8725&view=diff
==============================================================================
--- trunk/libzypp/zypp.conf (original)
+++ trunk/libzypp/zypp.conf Fri Feb 15 14:32:53 2008
@@ -32,6 +32,15 @@
##
+## Path where the repo packages are downloaded and kept.
+##
+## Valid values: A directory
+## Default value: /var/cache/zypp/packages
+##
+# packagesdir = /var/cache/zypp/packages
+
+
+##
## Path where the known repositories .repo files are kept
##
## Valid values: A directory
@@ -120,7 +129,7 @@
## Defining directory for equivalent vendors
##
## Valid values: A directory
-## Default value: /etc/zypp/vondors.d
+## Default value: /etc/zypp/vendors.d
##
-# vendordir = /etc/zypp/vondors.d
+# vendordir = /etc/zypp/vendors.d
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |