[__opendkim_genkey] Improve error text for unsupported OS
It was not listing FreeBSD, which is currently supported.
This commit is contained in:
parent
d566dccebe
commit
7ca0bcf8d9
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ case "$os" in
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
cat <<- EOF >&2
|
cat <<- EOF >&2
|
||||||
__opendkim_genkey currently only supports Alpine Linux. Please
|
__opendkim_genkey currently only supports Alpine Linux and FreeBSD.
|
||||||
contribute an implementation for $os if you can.
|
Please contribute an implementation for $os if you can.
|
||||||
EOF
|
EOF
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue