X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=ee16f9800959f65de4c93f8e3d12c67210cde4b8;hp=1fc91639c687696b501b4640b4022396b76adb87;hb=aae5220d961a419a1e160de90ee5c393c7c13607;hpb=7948c4dfbea73ac21250b588089039aa17a90386 diff --git a/Makefile.am b/Makefile.am index 1fc91639c..ee16f9800 100644 --- a/Makefile.am +++ b/Makefile.am @@ -274,7 +274,6 @@ dist_systemunit_DATA = \ units/sys-kernel-security.mount \ units/var-run.mount \ units/media.mount \ - units/hwclock-save.service \ units/remount-rootfs.service \ units/printer.target \ units/sound.target \ @@ -1374,10 +1373,8 @@ endif $(LN_S) ../systemd-update-utmp-runlevel.service systemd-update-utmp-runlevel.service ) ( cd $(DESTDIR)$(systemunitdir)/shutdown.target.wants && \ rm -f systemd-update-utmp-shutdown.service \ - hwclock-save.service \ systemd-random-seed-save.service && \ $(LN_S) ../systemd-update-utmp-shutdown.service systemd-update-utmp-shutdown.service && \ - $(LN_S) ../hwclock-save.service hwclock-save.service && \ $(LN_S) ../systemd-random-seed-save.service systemd-random-seed-save.service ) ( cd $(DESTDIR)$(systemunitdir)/local-fs.target.wants && \ rm -f systemd-remount-api-vfs.service \