From: Ross Burton Date: Tue, 11 Jun 2013 16:16:37 +0000 (+0100) Subject: build-sys: don't install quotaon.service twice X-Git-Tag: v205~129 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=622004565eca385c685086cd478aa79afe73b785;p=elogind.git build-sys: don't install quotaon.service twice quotaon.service is already installed through dist_systemunit_DATA, so it doesn't need to be added to nodist_systemunit_DATA. Installing the same file twice results in a race condition where the install process can fail. https://bugs.freedesktop.org/show_bug.cgi?id=65659 [zj: actually remove quotaon.service from the other list.] --- diff --git a/Makefile.am b/Makefile.am index 28ae7edea..321976265 100644 --- a/Makefile.am +++ b/Makefile.am @@ -389,7 +389,6 @@ dist_systemunit_DATA = \ units/sound.target \ units/bluetooth.target \ units/smartcard.target \ - units/quotaon.service \ units/systemd-ask-password-wall.path \ units/systemd-ask-password-console.path \ units/systemd-udevd-control.socket \