summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2012-09-08 18:29:48 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2012-09-08 18:29:48 -0700
commit8780b3be38657f80c457da0e568432f7ece3d0e0 (patch)
tree72ad81c8bbac5579f58fe9c480f84b71e3a4ca91 /debian/control
downloadfswarn-8780b3be38657f80c457da0e568432f7ece3d0e0.tar.gz
fswarn-8780b3be38657f80c457da0e568432f7ece3d0e0.zip
Initial commit: script and packaging
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
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.