summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-admin/needrestart: add upstream remote-idCraig Andrews2016-07-201-0/+3
|
* app-admin/needrestart: minor metadata cleanupGöktürk Yüksek2016-07-171-3/+0
| | | | | | | - Remove redundant maintainer description - Remove empty use block Package-Manager: portage-2.2.28
* app-admin/needrestart: Add ebuild to the tree.Craig Andrews2016-07-071-0/+18
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. If a process inside a container (LXC, docker) it suggests to restart the entire container. needrestart contains a heuristic for different interpreter languages: it tries to detect if outdated script code/modules are in use (Java, Perl, Python, Ruby). Gentoo-Bug: https://bugs.gentoo.org/588010 Closes: https://github.com/gentoo/gentoo/pull/1825 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>