blob: 9114f11090017a9b144d4d83c0c293bfc017a6e1 (
plain)
- File naming:
- * Name the file after the package containing the daemon/program
- emitting the log entries
- * Append .changes if the file completely replaces the one currently in
- Debian officially (either provided by logcheck or the package itself)
- * Append .tmp if the entries are not really meant to be included
- officially in Debian
- * Nothing appended means the entries are additions to (possible)
- existing entries for the package
- Coding style of entries:
- * Be strict! Avoid ".*" (have a look at bind entries for inspiration)
- * Merge similar lines with (foo|bar) constructs
- * Append "$" if possible (but only when entry is strict!)
- * comments are allowed: First character of the line must be a #
|