diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-10-18 02:40:26 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-10-18 02:58:47 +0200 |
commit | 96c374d0a536286e18cad64d1b5ebb8f07c90334 (patch) | |
tree | bc980c411249ef8344c72ada79d84f2ced7672fe /Makefile-man.am | |
parent | e905a456814eadfb904c49241e3841c1e4a1d119 (diff) |
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.
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index 6b286bc48e..54798450fa 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -66,7 +66,7 @@ MANPAGES += \ man/systemd-nspawn.1 \ man/systemd-remount-fs.service.8 \ man/systemd-run.1 \ - man/systemd-saproxy.1 \ + man/systemd-socket-proxyd.1 \ man/systemd-shutdownd.service.8 \ man/systemd-sleep.conf.5 \ man/systemd-suspend.service.8 \ |