]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build-sys: don't install quotaon.service twice
authorRoss Burton <ross.burton@intel.com>
Tue, 11 Jun 2013 16:16:37 +0000 (17:16 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 12 Jun 2013 05:40:02 +0000 (01:40 -0400)
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.]

Makefile.am

index 28ae7edea091f913d2f6c53cacfc26f5a740bf8d..3219762654c13995c0b89253c72bd04b03704c3f 100644 (file)
@@ -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 \