X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=456553fa5e6cc7202feda72b140922d9728f64bc;hb=2ce5c8f9ab32f11110e61208ba8671e48cf8ae6d;hp=989514d327534918815cb6671f2026dae7dc1c25;hpb=c7d78a567950eff7c2c75af9f6b97904cfa3d039;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 989514d32..456553fa5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -301,6 +301,7 @@ dist_systemunit_DATA += \ units/fedora/rc-local.service \ units/fedora/halt-local.service \ units/fedora/plymouth-start.service \ + units/fedora/plymouth-read-write.service \ units/fedora/plymouth-quit.service \ units/fedora/plymouth-reboot.service \ units/fedora/plymouth-kexec.service \ @@ -485,7 +486,8 @@ MANPAGES = \ man/halt.8 \ man/shutdown.8 \ man/pam_systemd.8 \ - man/systemd.conf.5 + man/systemd.conf.5 \ + man/tmpfiles.d.5 MANPAGES_ALIAS = \ man/reboot.8 \ @@ -1183,13 +1185,14 @@ if TARGET_FEDORA ( cd $(DESTDIR)$(systemunitdir)/final.target.wants && \ rm -f halt-local.service && \ $(LN_S) $(systemunitdir)/halt-local.service halt-local.service ) - ( cd $(DESTDIR)$(systemunitdir)/multi-user.target.wants && \ - rm -f plymouth-quit.service && \ - $(LN_S) ../plymouth-quit.service plymouth-quit.service ) ( cd $(DESTDIR)$(systemunitdir)/sysinit.target.wants && \ - rm -f plymouth-start.service systemd-ask-password-plymouth.path && \ + rm -f plymouth-start.service systemd-ask-password-plymouth.path plymouth-read-write.service && \ $(LN_S) ../plymouth-start.service plymouth-start.service && \ + $(LN_S) ../plymouth-read-write.service plymouth-read-write.service && \ $(LN_S) ../systemd-ask-password-plymouth.path systemd-ask-password-plymouth.path ) + ( cd $(DESTDIR)$(systemunitdir)/multi-user.target.wants && \ + rm -f plymouth-quit.service && \ + $(LN_S) ../plymouth-quit.service plymouth-quit.service ) ( cd $(DESTDIR)$(systemunitdir)/reboot.target.wants && \ rm -f plymouth-reboot.service && \ $(LN_S) ../plymouth-reboot.service plymouth-reboot.service )