The sysusers.d/systemd.conf configuration file was originally introduced in
commit 1b99214789101, but it was not marked for cleanup.  This caused distcheck
to complain about the file not being removed by distcleam.

Tested: Successfully ran "make distcheck" with this patchset.
---
 Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 0213c3846dca..68c579291dc0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1820,6 +1820,9 @@ EXTRA_DIST += \
        units/systemd-sysusers.service.in \
        sysusers.d/systemd.conf.in
 
+CLEANFILES += \
+       sysusers.d/systemd.conf
+
 INSTALL_DIRS += \
        $(sysusersdir)
 endif
-- 
1.9.3

_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to