diff options
author | lbonn <lbonn@users.noreply.github.com> | 2019-08-05 17:34:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-05 17:34:51 +0200 |
commit | 558c25c0f0da4ca9456162844d05b7b00b3629da (patch) | |
tree | 042ec1fa52d74eaa19252f5fc5d33989cfe630ae /recipes-connectivity/connman/files/0001-tmpfiles-script-do-not-create-the-resolv.conf-symlin.patch | |
parent | f348e80edd3d5a652bf54e59b59442e912986707 (diff) | |
parent | 1a3c0f079a5450110eec9c7d97ff05bbf85948fc (diff) | |
download | meta-updater-558c25c0f0da4ca9456162844d05b7b00b3629da.tar.gz |
Revert "Do not create connman's resolv.conf symlink at boot" (#577)
Revert "Do not create connman's resolv.conf symlink at boot"
Diffstat (limited to 'recipes-connectivity/connman/files/0001-tmpfiles-script-do-not-create-the-resolv.conf-symlin.patch')
-rw-r--r-- | recipes-connectivity/connman/files/0001-tmpfiles-script-do-not-create-the-resolv.conf-symlin.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes-connectivity/connman/files/0001-tmpfiles-script-do-not-create-the-resolv.conf-symlin.patch b/recipes-connectivity/connman/files/0001-tmpfiles-script-do-not-create-the-resolv.conf-symlin.patch deleted file mode 100644 index 9b4a78c..0000000 --- a/recipes-connectivity/connman/files/0001-tmpfiles-script-do-not-create-the-resolv.conf-symlin.patch +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | From 9e724a61f015304c9d72d829a66178d20e3fa980 Mon Sep 17 00:00:00 2001 | ||
2 | From: Laurent Bonnans <laurent.bonnans@here.com> | ||
3 | Date: Wed, 31 Jul 2019 18:15:47 +0200 | ||
4 | Subject: [PATCH] tmpfiles script: do not create the resolv.conf symlink | ||
5 | |||
6 | It's handled by yocto in our case | ||
7 | |||
8 | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com> | ||
9 | --- | ||
10 | scripts/connman_resolvconf.conf.in | 1 - | ||
11 | 1 file changed, 1 deletion(-) | ||
12 | |||
13 | diff --git a/scripts/connman_resolvconf.conf.in b/scripts/connman_resolvconf.conf.in | ||
14 | index 2d61dfe1..8a7d3071 100644 | ||
15 | --- a/scripts/connman_resolvconf.conf.in | ||
16 | +++ b/scripts/connman_resolvconf.conf.in | ||
17 | @@ -1,2 +1 @@ | ||
18 | d @runstatedir@/connman - - - - | ||
19 | -L+ /etc/resolv.conf - - - - @runstatedir@/connman/resolv.conf | ||
20 | -- | ||
21 | 2.20.1 | ||
22 | |||