--- trunk/fetchcrl/fetch-crl.cnf.example 2010/06/11 15:41:40 1759 +++ trunk/fetchcrl/fetch-crl.cnf.example 2010/11/11 11:03:19 2084 @@ -6,6 +6,14 @@ # use SEMICOLON (;) or \001 (^A) as list separators in values # # --------------------------------------------------------------------------- +# cfgdir sets the directory where subordinate configuration files are +# found. These files are read in addition to the main config file. +# The default directory is /etc/fetch-crl.d/ and is used by default, so +# to suppress this behaviour set this to the empty value "" +# +# cfgdir = /etc/fetch-crl.d +# +# --------------------------------------------------------------------------- # infoset set the location where the meta-data files (.info or .crl_url) # are help by default. All trust anchors listed there are processes, so # to suppress this behaviour set this to the empty value "" @@ -238,6 +246,12 @@ #nowarnings # # --------------------------------------------------------------------------- +# Do not process symlinked meta-data, preventing triple downloads with +# the new-format IGTF distribution before release 1.37 (1.33 up to and +# including 1.36 also symlinked the .info file to the hash names) +#nosymlinks +# +# --------------------------------------------------------------------------- # You can also (un) set the following on a per-trust anchor basis: # # (no)prepend_url (no)postpend_url (no)http_proxy (no)statedir --