chiark / gitweb /
process-util: move fork_agent() to process-util.[ch]
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Dec 2017 14:07:22 +0000 (15:07 +0100)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:49:44 +0000 (07:49 +0200)
commitc99d561e23c06c521951ead4ef7c06747fea7dce
tree7c0282c203d864f765c280e620ce90d3163f4b0b
parentfb157a5b97e8207f96e2b15a46a15751e1ba7b53
process-util: move fork_agent() to process-util.[ch]

It's a relatively small wrapper around safe_fork() now, hence let's move
it over, and make its signature even more alike. Also, set a different
process name for the polkit and askpw agents.
src/basic/process-util.c
src/basic/process-util.h
src/basic/util.c
src/basic/util.h
src/shared/spawn-polkit-agent.c