~ubuntu-branches/ubuntu/raring/consolekit/raring

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-11-20 18:17:28 UTC
  • mfrom: (0.1.16 sid)
  • Revision ID: james.westby@ubuntu.com-20101120181728-8e5bwe4ttgmk4j41
Tags: 0.4.3-2
Add 01-retry-console-open-on-EIO.patch: As reported in LP: #544139,
ConsoleKit sometimes fails to track the active VT. This particular case
was tracked down to a race condition that happens if you try to open
/dev/console while the current TTY is currently being closed. This yields
an -EIO error, in which case CK should just try again. Thanks Colin Watson
for the patch!

Show diffs side-by-side

added added

removed removed

Lines of Context:
613
613
@HAVE_SYSTEMD_TRUE@             $(DESTDIR)$(systemdsystemunitdir)/basic.target.wants \
614
614
@HAVE_SYSTEMD_TRUE@             $(DESTDIR)$(systemdsystemunitdir)/halt.target.wants \
615
615
@HAVE_SYSTEMD_TRUE@             $(DESTDIR)$(systemdsystemunitdir)/poweroff.target.wants \
616
 
@HAVE_SYSTEMD_TRUE@             $(DESTDIR)$(systemdsystemunitdir)/reboot.target.wants
 
616
@HAVE_SYSTEMD_TRUE@             $(DESTDIR)$(systemdsystemunitdir)/reboot.target.wants \
 
617
@HAVE_SYSTEMD_TRUE@             $(DESTDIR)$(systemdsystemunitdir)/kexec.target.wants
617
618
@HAVE_SYSTEMD_TRUE@     ( cd $(DESTDIR)$(systemdsystemunitdir)/basic.target.wants && \
618
619
@HAVE_SYSTEMD_TRUE@             $(LN_S) ../console-kit-log-system-start.service )
619
620
@HAVE_SYSTEMD_TRUE@     ( cd $(DESTDIR)$(systemdsystemunitdir)/halt.target.wants && \
622
623
@HAVE_SYSTEMD_TRUE@             $(LN_S) ../console-kit-log-system-stop.service )
623
624
@HAVE_SYSTEMD_TRUE@     ( cd $(DESTDIR)$(systemdsystemunitdir)/reboot.target.wants && \
624
625
@HAVE_SYSTEMD_TRUE@             $(LN_S) ../console-kit-log-system-restart.service )
 
626
@HAVE_SYSTEMD_TRUE@     ( cd $(DESTDIR)$(systemdsystemunitdir)/kexec.target.wants && \
 
627
@HAVE_SYSTEMD_TRUE@             $(LN_S) ../console-kit-log-system-restart.service )
625
628
 
626
629
# Tell versions [3.59,3.63) of GNU make to not export all variables.
627
630
# Otherwise a system limit (for SysV at least) may be exceeded.