diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/systemd/systemd/install-quotaon-once.patch | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/meta/recipes-core/systemd/systemd/install-quotaon-once.patch b/meta/recipes-core/systemd/systemd/install-quotaon-once.patch index 10280dae43..6b7cf2f9b5 100644 --- a/meta/recipes-core/systemd/systemd/install-quotaon-once.patch +++ b/meta/recipes-core/systemd/systemd/install-quotaon-once.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | Upstream-Status: Submitted (https://bugs.freedesktop.org/show_bug.cgi?id=65659) | 1 | Upstream-Status: Backport |
2 | Signed-off-by: Ross Burton <ross.burton@intel.com> | 2 | Signed-off-by: Ross Burton <ross.burton@intel.com> |
3 | 3 | ||
4 | From 44b7c4dc877984b5ea3f2c9fa09a93ee16dbe3b2 Mon Sep 17 00:00:00 2001 | 4 | From 622004565eca385c685086cd478aa79afe73b785 Mon Sep 17 00:00:00 2001 |
5 | From: Ross Burton <ross.burton@intel.com> | 5 | From: Ross Burton <ross.burton@intel.com> |
6 | Date: Tue, 11 Jun 2013 17:16:37 +0100 | 6 | Date: Tue, 11 Jun 2013 17:16:37 +0100 |
7 | Subject: [PATCH] build-sys: don't install quotaon.service twice | 7 | Subject: [PATCH] build-sys: don't install quotaon.service twice |
@@ -9,24 +9,26 @@ Subject: [PATCH] build-sys: don't install quotaon.service twice | |||
9 | quotaon.service is already installed through dist_systemunit_DATA, so it doesn't | 9 | quotaon.service is already installed through dist_systemunit_DATA, so it doesn't |
10 | need to be added to nodist_systemunit_DATA. Installing the same file twice | 10 | need to be added to nodist_systemunit_DATA. Installing the same file twice |
11 | results in a race condition where the install process can fail. | 11 | results in a race condition where the install process can fail. |
12 | |||
13 | https://bugs.freedesktop.org/show_bug.cgi?id=65659 | ||
14 | |||
15 | [zj: actually remove quotaon.service from the other list.] | ||
12 | --- | 16 | --- |
13 | Makefile.am | 3 --- | 17 | Makefile.am | 1 - |
14 | 1 file changed, 3 deletions(-) | 18 | 1 file changed, 1 deletion(-) |
15 | 19 | ||
16 | diff --git a/Makefile.am b/Makefile.am | 20 | diff --git a/Makefile.am b/Makefile.am |
17 | index 28ae7ed..197119e 100644 | 21 | index 3a196a6..d444eac 100644 |
18 | --- a/Makefile.am | 22 | --- a/Makefile.am |
19 | +++ b/Makefile.am | 23 | +++ b/Makefile.am |
20 | @@ -3229,9 +3229,6 @@ endif | 24 | @@ -401,7 +401,6 @@ dist_systemunit_DATA = \ |
21 | EXTRA_DIST += \ | 25 | units/bluetooth.target \ |
22 | units/systemd-quotacheck.service.in | 26 | units/smartcard.target \ |
23 | 27 | units/systemd-tmpfiles-clean.timer \ | |
24 | -nodist_systemunit_DATA += \ | 28 | - units/quotaon.service \ |
25 | - units/quotaon.service | 29 | units/systemd-ask-password-wall.path \ |
26 | - | 30 | units/systemd-ask-password-console.path \ |
27 | # ------------------------------------------------------------------------------ | 31 | units/systemd-udevd-control.socket \ |
28 | if ENABLE_RANDOMSEED | ||
29 | rootlibexec_PROGRAMS += \ | ||
30 | -- | 32 | -- |
31 | 1.7.10.4 | 33 | 1.7.10.4 |
32 | 34 | ||