diff options
author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-11-20 21:14:26 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-11-23 07:09:33 -0800 |
commit | 9a77c8d8f09c588e07ae3721f59bf2b4e4f2a2f3 (patch) | |
tree | e0db5350316f3c8ab206463ca13a7f18bbf49b33 /meta-networking/recipes-support/strongswan/files | |
parent | f682696a05c7f6c8e7124e9f0973eab34fdae1cb (diff) | |
download | meta-openembedded-9a77c8d8f09c588e07ae3721f59bf2b4e4f2a2f3.tar.gz |
strongswan: upgrade 5.8.4 -> 5.9.1
0001-Remove-obsolete-setting-regarding-the-Standard-Outpu.patch
Removed since this is included in 5.9.1
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/strongswan/files')
-rw-r--r-- | meta-networking/recipes-support/strongswan/files/0001-Remove-obsolete-setting-regarding-the-Standard-Outpu.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-networking/recipes-support/strongswan/files/0001-Remove-obsolete-setting-regarding-the-Standard-Outpu.patch b/meta-networking/recipes-support/strongswan/files/0001-Remove-obsolete-setting-regarding-the-Standard-Outpu.patch deleted file mode 100644 index 78adcf813..000000000 --- a/meta-networking/recipes-support/strongswan/files/0001-Remove-obsolete-setting-regarding-the-Standard-Outpu.patch +++ /dev/null | |||
@@ -1,34 +0,0 @@ | |||
1 | From 7b1e376d7d22244feab466e9889ba77561117357 Mon Sep 17 00:00:00 2001 | ||
2 | From: Mingli Yu <mingli.yu@windriver.com> | ||
3 | Date: Wed, 23 Sep 2020 16:20:22 +0800 | ||
4 | Subject: [PATCH] Remove obsolete setting regarding the Standard Output | ||
5 | |||
6 | The Standard output type "syslog" is obsolete, causing a warning since systemd | ||
7 | version 246 [1]. | ||
8 | |||
9 | Please consider using "journal" or "journal+console" | ||
10 | |||
11 | [1] https://github.com/systemd/systemd/blob/master/NEWS#L202 | ||
12 | |||
13 | Upstream-Status: Submitted [https://github.com/strongswan/strongswan/pull/181] | ||
14 | |||
15 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> | ||
16 | --- | ||
17 | init/systemd-starter/strongswan-starter.service.in | 1 - | ||
18 | 1 file changed, 1 deletion(-) | ||
19 | |||
20 | diff --git a/init/systemd-starter/strongswan-starter.service.in b/init/systemd-starter/strongswan-starter.service.in | ||
21 | index 474284a19..6a0672352 100644 | ||
22 | --- a/init/systemd-starter/strongswan-starter.service.in | ||
23 | +++ b/init/systemd-starter/strongswan-starter.service.in | ||
24 | @@ -4,7 +4,6 @@ After=syslog.target network-online.target | ||
25 | |||
26 | [Service] | ||
27 | ExecStart=@SBINDIR@/@IPSEC_SCRIPT@ start --nofork | ||
28 | -StandardOutput=syslog | ||
29 | Restart=on-abnormal | ||
30 | |||
31 | [Install] | ||
32 | -- | ||
33 | 2.17.1 | ||
34 | |||