chiark / gitweb /
socket-proxyd: rename from saproxy
authorLennart Poettering <lennart@poettering.net>
Fri, 18 Oct 2013 00:40:26 +0000 (02:40 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 18 Oct 2013 00:58:47 +0000 (02:58 +0200)
commit96c374d0a536286e18cad64d1b5ebb8f07c90334
treebc980c411249ef8344c72ada79d84f2ced7672fe
parente905a456814eadfb904c49241e3841c1e4a1d119
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
Makefile-man.am
Makefile.am
man/systemd-socket-proxyd.xml [moved from man/systemd-saproxy.xml with 92% similarity]
src/socket-proxy/Makefile [moved from src/saproxy/Makefile with 100% similarity]
src/socket-proxy/socket-proxyd.c [moved from src/saproxy/saproxy.c with 91% similarity]