diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-12 04:11:33 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-15 02:33:32 +0100 |
commit | 7f6e804332f50dbd52afe04f5c3ce9db1072c98b (patch) | |
tree | 0440f4c9c2abc521c66149fdd6c1114e5c3b80e4 /.gitignore | |
parent | activate: allow multiple, possibly invalid, fd names (diff) | |
download | systemd-7f6e804332f50dbd52afe04f5c3ce9db1072c98b.tar.xz systemd-7f6e804332f50dbd52afe04f5c3ce9db1072c98b.zip |
Promote systemd-activate to /usr/bin/systemd-socket-activate
It has fairly wide functionality now and the interface has been
stable for a while. It it a useful testing tool.
The name is changed to better indicate what it does.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index cc24233ab8..4ac63a4e28 100644 --- a/.gitignore +++ b/.gitignore @@ -49,7 +49,6 @@ /systemctl /systemd /systemd-ac-power -/systemd-activate /systemd-analyze /systemd-ask-password /systemd-backlight @@ -109,6 +108,7 @@ /systemd-run /systemd-shutdown /systemd-sleep +/systemd-socket-activate /systemd-socket-proxyd /systemd-stdio-bridge /systemd-sysctl |