From 96c374d0a536286e18cad64d1b5ebb8f07c90334 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 18 Oct 2013 02:40:26 +0200 Subject: socket-proxyd: rename from saproxy The thing is a daemon, hence needs a "d" prefix. Also, we tend to not abbreviate names of background components unnecessarily, since they are not primary commands people type. Then, the fact that this thing does socket actviation is mostly in implementationd detail for the proxy. Also, do some minor indenting clean-ups and other code updates. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 22485b42d6..f5acfce0a7 100644 --- a/.gitignore +++ b/.gitignore @@ -71,7 +71,7 @@ /systemd-reply-password /systemd-rfkill /systemd-run -/systemd-saproxy +/systemd-socket-proxyd /systemd-shutdown /systemd-shutdownd /systemd-sleep -- cgit v1.2.3-54-g00ecf