File: control

package info (click to toggle)
diffmon 20020222-2.6
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 224 kB
  • ctags: 75
  • sloc: sh: 1,789; makefile: 28; sed: 21
file content (18 lines) | stat: -rw-r--r-- 772 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: diffmon
Section: admin
Priority: optional
Maintainer: Jeff Bailey <jbailey@nisa.net>
Standards-Version: 3.9.4
Build-Depends: debhelper (>> 9)

Package: diffmon
Architecture: all
Depends: sendmail | mail-transport-agent, bash (>= 2.0), ${misc:Depends}
Description: Tool for reporting changes in system configuration
 This tool is run by a nightly cron job, and takes a `diff' of specified system
 configuration files and emails them to a specified email address.  Options
 to diff can be specified.  This is useful in friendly environments where there
 are multiple sysadmins working on configuration files/setups and everyone's
 changes are reported.  CVS is a better answer, but most of us don't want to
 have the hassle of putting system files in a repository.