[Openvpn-devel,v2] fix typo in haikuos dns-updown script

Message ID 20250618064900.3908-1-gert@greenie.muc.de
State New
Headers show
Series [Openvpn-devel,v2] fix typo in haikuos dns-updown script | expand

Commit Message

Gert Doering June 18, 2025, 6:48 a.m. UTC
From: Heiko Hund <heiko@ist.eigentlich.net>

Change-Id: I48cec222d46c67e6620281cd8b2346323b546fcd
Signed-off-by: Heiko Hund <heiko@ist.eigentlich.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
---

This change was reviewed on Gerrit and approved by at least one
developer. I request to merge it to master.

Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1061
This mail reflects revision 2 of this Change.

Acked-by according to Gerrit (reflected above):
Gert Doering <gert@greenie.muc.de>

Comments

Gert Doering June 18, 2025, 8:49 a.m. UTC | #1
It would certainly help to actually test things on the right target
platform...  but this typo fix is obviously-correct.

Your patch has been applied to the master branch.

commit 51b7dc5c1093b6df82aefd464873acb9ffc93882
Author: Heiko Hund
Date:   Wed Jun 18 08:48:53 2025 +0200

     fix typo in haikuos dns-updown script

     Signed-off-by: Heiko Hund <heiko@ist.eigentlich.net>
     Acked-by: Gert Doering <gert@greenie.muc.de>
     Message-Id: <20250618064900.3908-1-gert@greenie.muc.de>
     URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg31911.html
     Signed-off-by: Gert Doering <gert@greenie.muc.de>


--
kind regards,

Gert Doering

Patch

diff --git a/distro/dns-scripts/haikuos_file-dns-updown.sh b/distro/dns-scripts/haikuos_file-dns-updown.sh
index 777b72d..6da0954 100644
--- a/distro/dns-scripts/haikuos_file-dns-updown.sh
+++ b/distro/dns-scripts/haikuos_file-dns-updown.sh
@@ -28,7 +28,7 @@ 
 
 set -e +u
 
-conly_standard_server_ports() {
+only_standard_server_ports() {
     i=1
     while true; do
         eval addr=\"\$dns_server_${n}_address_${i}\"