diff options
author | Ross Burton <ross.burton@intel.com> | 2013-06-11 17:16:37 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-12 01:40:02 -0400 |
commit | 622004565eca385c685086cd478aa79afe73b785 (patch) | |
tree | 36be7caa39565d5450ffcd2343af3fd76593790a | |
parent | 3c527fd195ed9acddedb6dd6f50be6bffc94e9ae (diff) |
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.]
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 28ae7edea0..3219762654 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 \ |