Summary: | sys-auth/pam_ssh: automated shellcheck found errors | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | shellbugbot <d-shellbug> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED PKGREMOVED | ||
Severity: | normal | CC: | b4b1 |
Priority: | Normal | Keywords: | PMASKED |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
shellbugbot
2022-04-18 11:06:01 UTC
The pkg_preinst function can be replaced by this more simple code: pkg_preinst() { if [[ "$REPLACED_BY_VERSION" == 1.* ]]; then ewarn "Upstream pam_ssh has changed where ssh keys live. Only keys in your" ewarn "~/.ssh/login-keys.d/ will be accepted for authentication." fi } Removing. |