hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 7165bca97615b73fa569c5afa4dfcfd4ea72c03e
parent 619bfc142336f62e9091298da4ea3119de710e52
Author: Lorenz (xha) <me@xha.li>
Date:   Sat, 25 Nov 2023 15:18:18 +0100

OpenBSD: add unix::resolveconf

Signed-off-by: Lorenz (xha) <me@xha.li>

Diffstat:
Aunix/resolvconf/+openbsd.ha | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/unix/resolvconf/+openbsd.ha b/unix/resolvconf/+openbsd.ha @@ -0,0 +1,4 @@ +// SPDX-License-Identifier: MPL-2.0 +// (c) Hare authors <https://harelang.org> + +def PATH: str = "/etc/resolv.conf";