From 98bdda0e2e0fe182857ebb7f56b86193c2a9e7d3 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 18 Apr 2014 14:23:48 +0200 Subject: Add manpage in pod format --- man/whatmaps.pod | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 man/whatmaps.pod diff --git a/man/whatmaps.pod b/man/whatmaps.pod new file mode 100644 index 0000000..408e75d --- /dev/null +++ b/man/whatmaps.pod @@ -0,0 +1,43 @@ +=head1 NAME + +whatmaps - Find and restart services after library upgrades + +=head1 SYNOPSIS +=encoding utf8 + +B [--restart] [--print-cmds=I] pkg1 [pkg2 pkg3 ...] + +=head1 DESCRIPTION + +B tries to find a list of services that need to be restarted +after a library upgrade because they map that particular library into +their address space. It does this by extracting a list of shared +objects from the packages given on the command line. It then looks at +the list of running processes to find those that map the shared +objects and uses the distributions package manager to find out the +packages that ship them. It then prints a list of services in these +packages that likely need to be restarted. + +By default it assumes all services in the found packages need a restart but it +also keeps a internal distribution specific list of exceptions. + +If the I<--restart> option is given, the services are restarted without any +prompting and with the I<--prind-cmds> option the restart commands are written to +a file for later execution. + +On Debian systems B can also be run automatically by apt-get. See +L for details. + +=head1 SEE ALSO + +apt(8) + +The latest version is available at +L. + +=head1 AUTHOR + +Guido Günther + +=cut + -- cgit v1.2.3