chiark / gitweb /
tmpfiles: move binary to /bin to make it publicly available
authorLennart Poettering <lennart@poettering.net>
Sun, 13 Feb 2011 13:04:57 +0000 (14:04 +0100)
committerLennart Poettering <lennart@poettering.net>
Sun, 13 Feb 2011 13:04:57 +0000 (14:04 +0100)
Makefile.am
units/systemd-tmpfiles-clean.service.in
units/systemd-tmpfiles-setup.service.in

index 537050437ba86ca6eee02d13098f3fe828ea127e..56fdfceda3066582b912d08e37edbed7415e9721 100644 (file)
@@ -95,7 +95,8 @@ rootbin_PROGRAMS = \
        systemctl \
        systemd-notify \
        systemd-ask-password \
-       systemd-tty-ask-password-agent
+       systemd-tty-ask-password-agent \
+       systemd-tmpfiles
 
 bin_PROGRAMS = \
        systemd-cgls
@@ -121,7 +122,6 @@ rootlibexec_PROGRAMS = \
        systemd-reply-password \
        systemd-readahead-collect \
        systemd-readahead-replay \
-       systemd-tmpfiles \
        systemd-user-sessions \
        systemd-fsck \
        systemd-quotacheck \
index 9d05135438fe7e56a63b9ed17b296a7c44bff21e..002daf661b7b23ddea6b4fa9ae20ee5d0ffe2834 100644 (file)
@@ -15,5 +15,5 @@ ConditionPathExists=/etc/tmpfiles.d
 
 [Service]
 Type=oneshot
-ExecStart=@rootlibexecdir@/systemd-tmpfiles --clean
+ExecStart=@rootbindir@/systemd-tmpfiles --clean
 IOSchedulingClass=idle
index d9274edfa33533d8fedade2679d95bf631a1f8be..b43f6f5a04344ca51606a79f26174d762e5372ba 100644 (file)
@@ -16,4 +16,4 @@ ConditionPathExists=/etc/tmpfiles.d
 [Service]
 Type=oneshot
 RemainAfterExit=yes
-ExecStart=@rootlibexecdir@/systemd-tmpfiles --create --remove
+ExecStart=@rootbindir@/systemd-tmpfiles --create --remove