diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-20 17:20:56 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-20 17:20:56 -0400 |
commit | 83fae4055040639b08a2bff94b7a59f5fc0f8ede (patch) | |
tree | 206e17fa0d73e921f908c70f33b0618ccc07a259 | |
parent | 39970d85d4c2313d43147f15047ac564603c7f8c (diff) |
place machine-id-setup.{c,h} in systemd-machine-id-setup
-rwxr-xr-x | tools/notsd-move | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/notsd-move b/tools/notsd-move index 4c4c916701..6e3ac40302 100755 --- a/tools/notsd-move +++ b/tools/notsd-move @@ -124,6 +124,8 @@ move_files() ( mv -t src/systemd-shutdown \ src/core/shutdown* \ src/core/umount* + mv -t src/systemd-machine-id-setup \ + src/core/machine-id-setup* mv -T src/{,lib}core mv -T src/{,libsystemd-}basic |