| Line | |
|---|
| 1 | # |
|---|
| 2 | # dispatch-conf.conf |
|---|
| 3 | # |
|---|
| 4 | |
|---|
| 5 | # Directory to archive replaced configs |
|---|
| 6 | archive-dir=/etc/config-archive |
|---|
| 7 | |
|---|
| 8 | # Use rcs for storing files in the archive directory? |
|---|
| 9 | # (yes or no) |
|---|
| 10 | use-rcs=no |
|---|
| 11 | |
|---|
| 12 | # Diff for display |
|---|
| 13 | diff="diff -Nu %s %s" |
|---|
| 14 | |
|---|
| 15 | # Pager for diff display |
|---|
| 16 | pager="less --no-init --QUIT-AT-EOF" |
|---|
| 17 | |
|---|
| 18 | # Automerge files comprising only CVS interpolations (e.g. Header or Id) |
|---|
| 19 | # (yes or no) |
|---|
| 20 | replace-cvs=yes |
|---|
| 21 | |
|---|
| 22 | # Automerge files comprising only whitespace and/or comments |
|---|
| 23 | # (yes or no) |
|---|
| 24 | replace-wscomments=no |
|---|
| 25 | |
|---|
| 26 | # Automerge files that the user hasn't modified |
|---|
| 27 | # (yes or no) |
|---|
| 28 | replace-unmodified=no |
|---|
| 29 | |
|---|
| 30 | # Per-session log file of changes made to configuration files |
|---|
| 31 | #log-file=/var/log/dispatch-conf.log |
|---|