[Pkg-shadow-devel] Bug#374457: passwd: postinstall "install" path
does not exist
Justin Pryzby
justinpryzby at users.sourceforge.net
Mon Jun 19 15:03:53 UTC 2006
Package: passwd
Version: 1:4.0.15-10
Severity: normal
The postinstall script has:
case "$1" in
configure)
[...]
install)
[ "x$2" = "x" ] && shadowconfig on
;;
esac
exit 0
but "install" is not a documented argument to postinst (only preinst
accepts it). This seems to have originated with the solution to
#316219 and/or #319138. You might just use:
[ -z "$2" ] && shadowconfig
More information about the Pkg-shadow-devel
mailing list