needrestart 1.0

Posted on 2014-06-17 in Projects • 1 min read

needrestart checks which daemons need to be restarted after library upgrades. It is inspired by checkrestart from the debian-goodies package.

needrestart supports but does not require systemd. If systemd is not available or does not return a service name needrestart uses hooks to identify the corresponding System V init script. The shipped hooks support the following package managers:

  • dpkg
  • rpm
  • pacman

The service command is used to run the tradiditional System V init script.

Changes in 1.0

  • Fix grammar errors and use a additional debconf template. (Debian Bug#748652 by Justin B Rye <justin.byam.rye@gmail.com>)
  • Ignore device ID in /proc/<pid>/maps on kFreeBSD. (Reported by Axel Beckert <abe@debian.org>).
  • Ignore device ID for unnamed devices due to broken implementation on btrfs. (Debian Bug#750734 by Frederik Himpe <fhimpe@vub.ac.be>)
  • Skip scanning of needrestart process. (Debian Bug#751877 by Thijs Kinkhorst <thijs@debian.org>)
  • [UI] Drop UI specific progress indicators, use Term::ProgressBar::Simple to minimize disruption of the terminal. (Debian Bug#748758 by Thijs Kinkhorst <thijs@debian.org>)
  • [UI] Support ‘backup’ capability of Debconf.
  • [Interp] Fix include path retrieval on python3. (Debian Bug#750589 by Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>)
  • [Interp] Handle errors on python include path retrieval gracefully. (Debian Bug#750589 by Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>)

See also