summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-17 03:04:02 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-12-17 03:04:02 -0500
commit1841fdb0b10cb37b55d1af644a7e6edc4ab66cbd (patch)
treea4953b7f4f72914ccf28ddbdf5df7b3b60bf9ce9
parenta4d083550a7273b895b44aac8d2ff7e2fdb1f7d5 (diff)
update notsd-move
-rwxr-xr-xtools/notsd-move2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/notsd-move b/tools/notsd-move
index 096c3d8338..3d3205262f 100755
--- a/tools/notsd-move
+++ b/tools/notsd-move
@@ -75,6 +75,7 @@ move_files() (
mv -T src/{,systemd-}initctl
mv -T src/{,systemd-}machine-id-setup
mv -T src/{,systemd-}modules-load
+ mv -T src/{,systemd-}mount
mv -T src/{,systemd-}notify
mv -T src/{,systemd-}nspawn
mv -T src/{,systemd-}path
@@ -701,6 +702,7 @@ move_files() (
rmdir src/grp-journal/catalog
mv -t src/systemd-timesyncd system-preset/??-timesyncd.preset
+ mv -t src/grp-journal/grp-remote system-preset/??-journal-remote.preset
for file in system-preset/??-*.preset; do
base="${file##*/??-}"
base="${base%.preset}"