From: Erik Kapfer <ummeegge@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH v2 2/2] update.sh: Stop|Start OpenVPN for update
Date: Thu, 07 May 2020 12:46:16 +0200 [thread overview]
Message-ID: <20200507104616.11573-2-ummeegge@ipfire.org> (raw)
In-Reply-To: <20200507104616.11573-1-ummeegge@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 814 bytes --]
Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
---
config/rootfiles/core/145/update.sh | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/config/rootfiles/core/145/update.sh b/config/rootfiles/core/145/update.sh
index 2571fa3b3..4b9468a49 100644
--- a/config/rootfiles/core/145/update.sh
+++ b/config/rootfiles/core/145/update.sh
@@ -48,6 +48,10 @@ done
# Stop services
/etc/init.d/vnstat stop
+# Prepare OpenVPN for update
+/usr/local/bin/openvpnctrl -k
+/usr/local/bin/openvpnctrl -kn2n
+
# Extract files
extract_files
@@ -57,6 +61,10 @@ ldconfig
# Start services
/etc/init.d/vnstat start
+# Start OpenVPN again
+/usr/local/bin/openvpnctrl -s
+/usr/local/bin/openvpnctrl -sn2n
+
# Update Language cache
/usr/local/bin/update-lang-cache
--
2.12.2
next prev parent reply other threads:[~2020-05-07 10:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-17 16:34 [PATCH] OpenVPN: Add to update and exclude Erik Kapfer
2020-04-17 17:41 ` Michael Tremer
2020-04-17 18:59 ` ummeegge
2020-05-07 10:46 ` [PATCH v2 1/2] OpenVPN: Update to version 2.4.9 Erik Kapfer
2020-05-07 10:46 ` Erik Kapfer [this message]
2020-05-14 12:40 ` ummeegge
2020-05-14 14:38 ` Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200507104616.11573-2-ummeegge@ipfire.org \
--to=ummeegge@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox