File: defaults

package info (click to toggle)
changetrack 4.5-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 200 kB
  • ctags: 13
  • sloc: perl: 712; sh: 52; makefile: 49
file content (12 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
## Default setting for changetrack.  -*-shell-script-*-
## This file is sourced from /etc/cron.{hourly,daily}/changetrack.

## Standard parameters: quiet, unified diffs, and mail to root.
PARAMS="-q -u -o root@`/bin/hostname -f`"

## The location of the list of conffiles
CONFFILES_LIST=/var/lib/changetrack/all_conffiles.txt

## When set to yes, all conffiles on your system is tracked for changes
## in addition to the ones you put in /etc/changetrack.conf
AUTO_TRACK_ALL_CONFFILES=no