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 /src/saproxy/Makefile | |
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 'src/saproxy/Makefile')
l--------- | src/saproxy/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/saproxy/Makefile b/src/saproxy/Makefile deleted file mode 120000 index d0b0e8e008..0000000000 --- a/src/saproxy/Makefile +++ /dev/null @@ -1 +0,0 @@ -../Makefile
\ No newline at end of file |