From 1841fdb0b10cb37b55d1af644a7e6edc4ab66cbd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 17 Dec 2016 03:04:02 -0500 Subject: update notsd-move --- tools/notsd-move | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/notsd-move') 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}" -- cgit v1.2.3-54-g00ecf