diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2022-03-16 11:12:52 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2022-03-24 12:53:31 +0800 |
commit | be95ccbc8c0eea9a8e27e813bf0c5c4119ebde09 (patch) | |
tree | b12c9c0161ad370bf44204663e20d57f98783940 /net/xl2tpd/patches | |
parent | 88d6ceeb038a4ad42306f459638ef3f7d522a7c8 (diff) |
xl2tpd: bump to version 1.3.17
The typo fix patch was merged upstream
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'net/xl2tpd/patches')
-rw-r--r-- | net/xl2tpd/patches/0002-Skip-building-pfc.patch (renamed from net/xl2tpd/patches/0003-Skip-building-pfc.patch) | 0 | ||||
-rw-r--r-- | net/xl2tpd/patches/0002-xl2tpd-control-fix-typo-in-usage.patch | 20 |
2 files changed, 0 insertions, 20 deletions
diff --git a/net/xl2tpd/patches/0003-Skip-building-pfc.patch b/net/xl2tpd/patches/0002-Skip-building-pfc.patch index 4ec98f38a..4ec98f38a 100644 --- a/net/xl2tpd/patches/0003-Skip-building-pfc.patch +++ b/net/xl2tpd/patches/0002-Skip-building-pfc.patch diff --git a/net/xl2tpd/patches/0002-xl2tpd-control-fix-typo-in-usage.patch b/net/xl2tpd/patches/0002-xl2tpd-control-fix-typo-in-usage.patch deleted file mode 100644 index 200688e9b..000000000 --- a/net/xl2tpd/patches/0002-xl2tpd-control-fix-typo-in-usage.patch +++ /dev/null @@ -1,20 +0,0 @@ -From 06bd6af97055071be5ed0f83a808032688a503db Mon Sep 17 00:00:00 2001 -From: Yousong Zhou <yszhou4tech@gmail.com> -Date: Thu, 12 Nov 2020 14:33:05 +0800 -Subject: [PATCH] xl2tpd-control: fix typo in usage - ---- - xl2tpd-control.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/xl2tpd-control.c -+++ b/xl2tpd-control.c -@@ -96,7 +96,7 @@ void usage() - " --help show this help message\n\n" - "List of supported commands:\n" - "add-lac, status-lac, remove-lac, connect-lac, disconnect-lac\n" -- "add-lns, status-lns, remove-lns, avaliable\n\n" -+ "add-lns, status-lns, remove-lns, available\n\n" - "See xl2tpd-control(8) man page for more details.\n"); - } - |