summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-01-07 19:30:07 +0100
committerGuido Günther <agx@sigxcpu.org>2014-01-07 19:30:07 +0100
commit8d0efd3e10cf042da40e54d609b282e335325712 (patch)
treea8bc7ce8139dca1bda9fe45199a9af881d8321cb /debian
parent76d910e73a55c36a38112e07d3080d879095a937 (diff)
Improve description
Diffstat (limited to 'debian')
-rw-r--r--debian/control8
1 files changed, 6 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 9d9313e..5a68f83 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,12 @@ Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, lsb-release,
python-apt
Description: Find processes mapping shared objects
- During upgrades processes mapping a ahared library need to be restarted to
- make use of that updated library (e.g. if the library got a security upgrade).
+ After package upgrades processes using a ahared library need to be
+ restarted to make use of that updated library (e.g. if the library got a
+ security upgrade).
.
Whatmaps looks for shared objects in packages and finds running programs that
map them, list them and allows one to restart them.
+ .
+ It can be integrated with apt to automatically restart services automatically
+ on security upgrades.