chiark / gitweb /
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)
commit622004565eca385c685086cd478aa79afe73b785
tree36be7caa39565d5450ffcd2343af3fd76593790a
parent3c527fd195ed9acddedb6dd6f50be6bffc94e9ae
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.]
Makefile.am