From cca4aeeead1985f503d175eb1fcad9ed66f2e25d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 2 Apr 2011 01:08:31 +0200 Subject: tmpfiles: split off rules for legacy systems into legacy.conf --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7f8e22a6a3..12118b1cc0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -207,6 +207,11 @@ dist_tmpfiles_DATA = \ tmpfiles.d/systemd.conf \ tmpfiles.d/x11.conf +if HAVE_SYSV_COMPAT +dist_tmpfiles_DATA += \ + tmpfiles.d/legacy.conf +endif + dist_systemunit_DATA = \ units/graphical.target \ units/multi-user.target \ -- cgit v1.2.3-54-g00ecf