[__opendkim_key] Overall improvements in key management #22

Merged
fnux merged 2 commits from opendkim-improvements into master 2024-05-15 11:45:52 +00:00
Showing only changes of commit 7ca0bcf8d9 - Show all commits

View file

@ -35,8 +35,8 @@ case "$os" in
;;
*)
cat <<- EOF >&2
__opendkim_genkey currently only supports Alpine Linux. Please
contribute an implementation for $os if you can.
__opendkim_genkey currently only supports Alpine Linux and FreeBSD.
Please contribute an implementation for $os if you can.
EOF
exit 1
;;