Codebase list metche / 65fb9b8
Minor english tweaks Micah Anderson 18 years ago
1 changed file(s) with 7 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
11 Type: string
22 Default: root
33 Description: E-mail address receiving metche reports
4 metche monitors "system state" changes. With default settings, one hour
5 after the last change has been recorded, an e-mail report is sent discribing
6 changes to:
4 metche monitors "system state" changes. An hour after the last change has
5 been recorded an e-mail report is sent describing changes made to:
76 - files inside the watched directory (/etc by default),
87 - user maintainted changelog file(s) (if configured to do so),
98 - the list of installed Debian packages (if configured to do so).
109 .
1110 Please enter the e-mail that should receive these reports. It typically
12 corresponds to the alias or mailling-list used by system administators for
11 corresponds to the alias or mailing-list used by system administators for
1312 this computer.
1413 .
15 Note: by default, metche does not send detailed diffs describing files changes
14 Note: by default, metche does not send detailed diffs describing file changes
1615 as this can leak confidential information. If you want to use this feature,
1716 we strongly encourage you to turn on GPG encryption at the same time.
1817 See the metche(8) man page and the configuration file for more details.
2827 to the system. The easiest way to organize these comments is to put them all
2928 together in one file.
3029 .
31 Another possibility is to have a subdirectory for each administrative tasks
30 Another possibility is to have a subdirectory for each administrative task
3231 with a file named "Changelog". This way, you can store source code or
33 configuration examples along the documentation on how they have been used.
32 configuration examples along with the documentation on how they have been used.
3433
3534 Template: metche/changelog/file
3635 Type: string
4039 Template: metche/changelog/directory
4140 Type: string
4241 Description: Changelog directory to be monitored.
43 This option sets the path of the changelogs root directory. Each
42 This option sets the path to the root directory containing the Changelogs. Each
4443 "Changelog" file should be in a sub-directory of this directory.