[__opendkim_genkey] Improve error text for unsupported OS

It was not listing FreeBSD, which is currently supported.
This commit is contained in:
evilham 2022-03-25 11:08:39 +01:00
parent 60c6ee54a1
commit c47d4dbaf2
Signed by: evilham
GPG Key ID: AE3EE30D970886BF
1 changed files with 2 additions and 2 deletions

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
;;