CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/11/29 03:48:27
Modified files:
sysutils/consolekit: Makefile
sysutils/consolekit/patches: patch-src_ck-inhibit_c
Added files:
sysutils/consolekit/patches: patch-src_ck-inhibit-manager_c
patch-src_ck-inhibit-manager_h
patch-src_ck-inhibit_h
Log message:
unbreak the inhibitor list by using a lock based on the named pipe's filename
which is random and unique for each inhibitor so that if one process takes
multiple locks the proper one will be removed from the inhibitor list when
the lock is removed by the process
ok ajacoutot@