File: control

package info (click to toggle)
changetrack 3.18-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 184 kB
  • ctags: 15
  • sloc: perl: 691; sh: 254; makefile: 38
file content (19 lines) | stat: -rw-r--r-- 820 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: changetrack
Section: utils
Priority: optional
Maintainer: Jens Peter Secher <jps@debian.org>
Build-Depends: debhelper (>= 4.2.7)
Standards-Version: 3.6.1

Package: changetrack
Architecture: all
Depends: ${perl:Depends}, libmail-sendmail-perl, libfile-ncopy-perl
Recommends: cron, rcs | ed
Description: configuration-file change tracker 
 A program to automatically monitor changes to a set of files.  If
 files are modified one day, and the machine stops working correctly
 some days later, changetrack provides information on which files were
 modified, and thus helps locate the problem.  If you tell changetrack
 to use either the line editor ed or The Revision Control System
 (RCS), you can recover files to any previous stage.  If you do not
 want to install Perl, try out the filetraq or diffmon package.