From: Heiko Hund <[email protected]> Change-Id: I8ca39e8c175909c62447dc28eea7035446330929 Signed-off-by: Heiko Hund <[email protected]> Acked-by: Gert Doering <[email protected]> ---
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 <[email protected]> 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) _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
