Skip to content

Commit d48044c

Browse files
committed
fix(openbsd): specify the correct usr_lib_exec path (solves #5992)
1 parent 0052a66 commit d48044c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloudinit/distros/openbsd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
class Distro(cloudinit.distros.netbsd.NetBSD):
1414
hostname_conf_fn = "/etc/myname"
1515
init_cmd = ["rcctl"]
16+
usr_lib_exec = "/usr/local/libexec"
1617

1718
# For OpenBSD (from https://man.openbsd.org/passwd.5) a password field
1819
# of "" indicates no password, and password field values of either

0 commit comments

Comments
 (0)