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

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

Commit Message

Gert Doering May 15, 2025, 3:29 p.m. UTC
From: Heiko Hund <heiko@ist.eigentlich.net>

Change-Id: I8ca39e8c175909c62447dc28eea7035446330929
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/+/1023
This mail reflects revision 1 of this Change.

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

Comments

Gert Doering May 15, 2025, 3:33 p.m. UTC | #1
Fast-track obvious-typo fix... "single letter"... should have caught this
reviewing #838, but couldn't test Haiku.

Your patch has been applied to the master branch.

commit 69cd7b1703781f52c98cf8a6a2e3a93e71afed16
Author: Heiko Hund
Date:   Thu May 15 17:29:44 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: <20250515152950.1329-1-gert@greenie.muc.de>
     URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg31656.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 748804e..7239b70 100644
--- a/distro/dns-scripts/haikuos_file-dns-updown.sh
+++ b/distro/dns-scripts/haikuos_file-dns-updown.sh
@@ -37,7 +37,7 @@ 
     done
 }
 
-onf=/boot/system/settings/network/resolv.conf
+conf=/boot/system/settings/network/resolv.conf
 test -e "$conf" || exit 1
 case "${script_type}" in
 dns-up)