[__opendkim_genkey] Improve error text for unsupported OS
It was not listing FreeBSD, which is currently supported.
This commit is contained in:
parent
60c6ee54a1
commit
c47d4dbaf2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue