diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..06e1e6a --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: fswarn +Maintainer: Joe Rayhawk <jrayhawk@omgwallhack.org> +Section: admin +Build-depends: debhelper (>= 7) +Priority: extra +Homepage: http://piny.be/fswarn/ +Standards-version: 3.9.1 + +Package: fswarn +Architecture: all +Depends: ${misc:Depends} +Recommends: mail-transport-agent, cron +Description: cron.hourly filesystem utilization check + Prints warnings of utilization of total blocks or inodes over a configurable + percentage threshold. + . + fswarn relies on the MAILTO function of cron. An MTA should probably be + present and operational for this to do anything useful. |