X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=456553fa5e6cc7202feda72b140922d9728f64bc;hp=2268a62f63e20bd1617695a32b6b21f6f1a30818;hb=31a7034d38fd7550699e6fbd002bbe42d9ea3b7e;hpb=5d474b8848d7f6b34f5a0bc1397100ad0667ec2f diff --git a/Makefile.am b/Makefile.am index 2268a62f6..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 ) @@ -1251,5 +1254,3 @@ git-tag: fedora: install rm $(DESTDIR)/lib/systemd/system/local-fs.target.wants/var-run.mount rm $(DESTDIR)/lib/systemd/system/local-fs.target.wants/var-lock.mount - sed -i -e 's/^#MountAuto=yes$$/MountAuto=no/' \ - -e 's/^#SwapAuto=yes$$/SwapAuto=no/' $(DESTDIR)/etc/systemd/system.conf