File: defaults

package info (click to toggle)
changetrack 4.7-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 232 kB
  • ctags: 15
  • sloc: perl: 1,066; sh: 65; makefile: 48
file content (12 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (5)
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"

## 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