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 |
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
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)