diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 00:22:03 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 00:22:03 -0400 |
commit | 511cfa23b82a3afe14d3999bcb910b2eb1e366f4 (patch) | |
tree | f8245687ceac1b41d8af14a89f096d0b89a774e1 | |
parent | 519b1e985b2dec67522be81621b2ce2b6350ee70 (diff) |
more
-rw-r--r-- | Makefile.am | 2 | ||||
-rwxr-xr-x | move.sh | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 3e46b14dc3..cf5c307fe0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2574,7 +2574,7 @@ EXTRA_DIST += \ units/systemd-tmpfiles-setup.service.in \ units/systemd-tmpfiles-clean.service.in -#@src/sysusers/Makefile -------------------------------------------------------- +#@src/systemd-sysusers/Makefile ------------------------------------------------ if ENABLE_SYSUSERS systemd_sysusers_SOURCES = \ src/sysusers/sysusers.c @@ -61,9 +61,10 @@ move_files() ( rfkill run sleep - stdio-bridge socket-proxy + stdio-bridge sysctl + sysusers timesync tmpfiles tty-ask-password-agent |