Closed adamsteen closed 6 years ago
ping @avsm @AltGr
Looks good to me. Note that we provide the option to use su
in the absence of sudo
, does that exist on OpenBSD ?
Thanks!
@AltGr
OpenBSD does have su, but doas is much nicer, thanks for pushing this through
i have been working to port MirageOS to OpenBSD and i have update OpenBSD support in opam-depext.
sudo_run_command the OpenBSD way of
sudo
'ing isdoas
. also sudo is not install in base (and i don't have it or want it)get_installed_packages my ocam skills are non-existant so i had to guess this and would like some feedback, but to list the install packages with the path, the OpenBSD command is
pkg_info -mqP
which producesso i guessed the code from FreeBSD
Cheers Adam