summaryrefslogtreecommitdiffstats
path: root/src/home
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-06-26 12:07:36 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-06-26 15:04:06 +0200
commit1b919ca4db1dc71ef53bb8b0b2b2ab697567ade6 (patch)
tree47c1c579d9b0f60dd518b157c6ffcfc39c4e5ba4 /src/home
parentMerge pull request #33386 from yuwata/journal-timestamp (diff)
downloadsystemd-1b919ca4db1dc71ef53bb8b0b2b2ab697567ade6.tar.xz
systemd-1b919ca4db1dc71ef53bb8b0b2b2ab697567ade6.zip
Rename spawn-polkit-agent.c to just polkit-agent.c
The functions in the file were *not* using the spawn prefix, and the prefix seems completely unnecessary.
Diffstat (limited to 'src/home')
-rw-r--r--src/home/homectl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/home/homectl.c b/src/home/homectl.c
index f2a04d5a0c..25e942bd94 100644
--- a/src/home/homectl.c
+++ b/src/home/homectl.c
@@ -39,13 +39,13 @@
#include "path-util.h"
#include "percent-util.h"
#include "pkcs11-util.h"
+#include "polkit-agent.h"
#include "pretty-print.h"
#include "proc-cmdline.h"
#include "process-util.h"
#include "recurse-dir.h"
#include "rlimit-util.h"
#include "rm-rf.h"
-#include "spawn-polkit-agent.h"
#include "terminal-util.h"
#include "tmpfile-util.h"
#include "uid-classification.h"