File: changetrack.conf

package info (click to toggle)
changetrack 3.7-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 168 kB
  • ctags: 22
  • sloc: perl: 279; sh: 239; makefile: 56
file content (22 lines) | stat: -rw-r--r-- 596 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# this is the configuration file for changetrack.
# you can use ls-compatible wildcards, 
# like /etc/h* or /opt/apache/cgi-bin/*.sh
# 
# If you omit the leading '/' then it assumes that they
# are relative to your home directory (~/), or / if you're root.

# To email changes to users, use a line like:
# /etc/passwd : root@localhost foo@bar.com
# Note: one email will be sent to each user, unless none of the files
# monitored by that user are modified.

# common system files
/etc/passwd
/etc/hosts
/etc/services
/etc/resolv.conf
/etc/inetd.conf
/etc/nsswitch.conf

# other system files
# ...