aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.