From 8780b3be38657f80c457da0e568432f7ece3d0e0 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Sat, 8 Sep 2012 18:29:48 -0700 Subject: Initial commit: script and packaging --- debian/control | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. -- cgit v1.2.3