File: defaults

package info (click to toggle)
changetrack 4.7-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 232 kB
  • sloc: perl: 1,066; sh: 65; makefile: 46
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