A hint: This file contains one or more very long lines, so maybe it is better readable using the pure text view mode that shows the contents as wrapped lines within the browser window.
1 ### Configuration file for Dconf 2 3 ### These options show you the hardcoded defaults 4 ### You can leave them out if this is what you want 5 6 ### Main configuration 7 [main] 8 9 ### The type of compression for the logfiles (None, bzip2, gzip) 10 compression = gzip 11 12 ### The frequency to run dconf from cron (None, hourly, daily, weekly, monthly) 13 cron = None 14 15 ### A list of excluded files 16 exclude = CVS CVS.adm RCS RCSLOG SCCS TAGS cvslog.* tags .make.state .nse_depinfo *~ #* .#* ,* _$* *$ *.old *.bak *.BAK *.orig *.rej .del-* *.a *.olb *.o *.lo *.la *.obj *.so *.exe *.Z *.elc *.ln core core.[0-9]* .svn *.rpmorig *.rpmnew *.rpmsave .DS_Store 17 18 ### Extra config files to include 19 include = /etc/dconf-custom.conf 20 21 ### The location where to logfiles are stored 22 logdir = /var/log/dconf 23 24 ### The list of email adresses to send changes to 25 mailto = 26 27 ### The name of the (static) output file 28 output = 29 30 ### The SMTP server to use for sending emails 31 smtpserver = localhost 32 33 ### Definition of configuration sections 34 [title] 35 cmds = 36 /path/to/cmd -a -b --cde=fgh 37 files = 38 /path/to/file1 39 /path/to/file2 40 41 [title2] 42 files = 43 /path/to/file3