summaryrefslogtreecommitdiff
path: root/move.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-02 02:44:13 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-02 02:44:13 -0400
commita7c19167c184f6410889659954704d5cdb016a59 (patch)
tree1046eb2bd1fbbb7e267d62cdeff1830a59c8632a /move.sh
parent6033f0ba401ff416ffe1805d9f37f12be3b50ee9 (diff)
move libsystemd-journal source files
Diffstat (limited to 'move.sh')
-rwxr-xr-xmove.sh30
1 files changed, 30 insertions, 0 deletions
diff --git a/move.sh b/move.sh
index a59a30227a..d6ab19450a 100755
--- a/move.sh
+++ b/move.sh
@@ -106,6 +106,36 @@ move_files() (
touch build-aux/Makefile.{once,each}.{head,tail}/.gitignore
mkdir src/libsystemd/libsystemd-journal-internal
+
+ libsystemd_journal_files=(
+ audit-type.c
+ audit-type.h
+ catalog.c
+ catalog.h
+ compress.c
+ compress.h
+ fsprg.c
+ fsprg.h
+ journal-authenticate.c
+ journal-authenticate.h
+ journal-def.h
+ journal-file.c
+ journal-file.h
+ journal-internal.h
+ journal-send.c
+ journal-vacuum.c
+ journal-vacuum.h
+ journal-verify.c
+ journal-verify.h
+ lookup3.c
+ lookup3.h
+ mmap-cache.c
+ mmap-cache.h
+ sd-journal.c
+ )
+ for file in "${libsystemd_journal_files[@]}"; do
+ mv -T src/{journal,libsystemd/libsystemd-journal-internal}/$file
+ done
)
breakup_makefile() (