IABSD.fr/ports/sysutils/checkrestart

Branch :


Log

Author Commit Date CI Message
dc69e9b3 2024-03-03 08:23:13 update MAINTAINER in ports I maintain
f372f5ac 2023-09-27 17:16:22 MASTER_SITES -> SITES
c0f5554a 2022-11-13 22:24:51 remove useless CONFIGURE_STYLE=none If a port should not attempt to run a configure script, simply don't set CONFIGURE_STYLE at all. The perl and pyton modules use CONFIGURE_STYLE=none for their own purposes. Also, some ports use it to disable a default provided by Makefile.inc. Apart from that, CONFIGURE_STYLE=none has no meaning. ok semarie@ ajacoutot@ kn@ sthen@
bddd2b60 2022-03-10 16:24:38 remove RCSTag from (others) ports I maintain
77f7cc9c 2019-07-12 20:49:33 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
6754a1ec 2018-02-27 14:05:06 switch from github-auto-generated to uploaded tarballs, from semarie.
49a0723c 2016-10-06 16:32:30 Import checkrestart 1.0, from upstream/maintainer Sebastien Marie checkrestart is a program designed to help to find processes that need restarting after upgrade. checkrestart walks thought entire file table of the system, searching for processes using node detached from filesystem. The typical use case is: - starts a long lived program. - later, upgrades your packages via pkg_add -u. - if the program is updated on disk, the running program is still the previous one (without security fixes for example). - checkrestart will tell you which processes belong to this category. Note that this requires libkvm>=16.2 ok sthen@