diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2012-09-09 12:14:32 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2012-09-09 12:14:32 -0700 |
commit | cae944f99eb26abc0edb51db6f676c897d73d99b (patch) | |
tree | 69d29b96678c62723c22013f3600be1342d2073d /debian/control | |
parent | 56f5fdd761a45f4a790c34f88d83206f9b95695c (diff) | |
download | fswarn-cae944f99eb26abc0edb51db6f676c897d73d99b.tar.gz fswarn-cae944f99eb26abc0edb51db6f676c897d73d99b.zip |
Add dependency on moreutils and dependency on /run
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 06e1e6a..e250b44 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-version: 3.9.1 Package: fswarn Architecture: all -Depends: ${misc:Depends} +Depends: ${misc:Depends}, moreutils, base-files (>= 6.2) | initscripts (>= 2.88dsf-13.3) Recommends: mail-transport-agent, cron Description: cron.hourly filesystem utilization check Prints warnings of utilization of total blocks or inodes over a configurable |