summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-07-16 08:48:47 -0500
committerClark Williams <williams@redhat.com>2010-07-27 13:59:15 -0500
commit447cf0257b48367b23df385afc7c6504afbd4060 (patch)
treee853e3b75ae9b75e819c659022d70caf86324127
parent2149d0815501d3721ccfdb8203e54a7bcb59ff32 (diff)
downloadmock-447cf0257b48367b23df385afc7c6504afbd4060.tar.gz
mock-447cf0257b48367b23df385afc7c6504afbd4060.tar.xz
mock-447cf0257b48367b23df385afc7c6504afbd4060.zip
changed from referencing defaults.cfs to site-defaults.cfg (BZ# 600487)
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--etc/mock/site-defaults.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/mock/site-defaults.cfg b/etc/mock/site-defaults.cfg
index 83d2ea7..fdff7ff 100644
--- a/etc/mock/site-defaults.cfg
+++ b/etc/mock/site-defaults.cfg
@@ -5,7 +5,7 @@
# configurations. Options specified in this config file can be overridden in
# the individual mock config files.
#
-# The defaults.cfg delivered by default has NO options set. Only set options
+# The site-defaults.cfg delivered by default has NO options set. Only set options
# here if you want to override the defaults.
#
# Entries in this file follow the same format as other mock config files.
@@ -13,7 +13,7 @@
#############################################################################
#
-# Things that we recommend you set in defaults.cfg:
+# Things that we recommend you set in site-defaults.cfg:
#
# config_opts['basedir'] = '/var/lib/mock/'
# config_opts['cache_topdir'] = '/var/cache/mock'
@@ -53,7 +53,7 @@
#############################################################################
#
# plugin related. Below are the defaults. Change to suit your site
-# policy. defaults.cfg is a good place to do this.
+# policy. site-defaults.cfg is a good place to do this.
#
# NOTE: Some of the caching options can theoretically affect build
# reproducability. Change with care.