]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
chown-recursive: move src/core/chown-recursive.[ch] → src/shared/
authorLennart Poettering <lennart@poettering.net>
Sun, 23 Dec 2018 18:31:29 +0000 (19:31 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 17 Dec 2019 19:03:40 +0000 (20:03 +0100)
We want to use it outside of the core, hence let's moved it to the
shared code directory.

src/core/meson.build
src/shared/chown-recursive.c [moved from src/core/chown-recursive.c with 100% similarity]
src/shared/chown-recursive.h [moved from src/core/chown-recursive.h with 100% similarity]
src/shared/meson.build

index df3aa5c6c1659696ed16ef90c14f8a31071b08ca..f6e1f661779ded8bd3b3239a47ec40cae7927554 100644 (file)
@@ -22,8 +22,6 @@ libcore_sources = '''
         bpf-firewall.h
         cgroup.c
         cgroup.h
-        chown-recursive.c
-        chown-recursive.h
         dbus-automount.c
         dbus-automount.h
         dbus-cgroup.c
index feaeffeb265183e58fc3b1aa4459477e946f2ddc..8cea90e9d6dc689f3fd442ae4ebbe1748c9f8d4b 100644 (file)
@@ -37,6 +37,8 @@ shared_sources = files('''
         cgroup-setup.h
         cgroup-show.c
         cgroup-show.h
+        chown-recursive.c
+        chown-recursive.h
         clean-ipc.c
         clean-ipc.h
         clock-util.c