The documentation for app-crypt/chntpw-140201 has command line programs that the ebuild does not install. The ebuild is building them, but they are not being installed. The ebuild does not install these 2 programs: sampasswd and samusrgrp This simple change will install the 2 missing binaries and there static versions if USE=static 49c49 < dobin chntpw cpnt reged --- > dobin chntpw cpnt reged sampasswd samusrgrp 52c52 < dobin {chntpw,reged}.static --- > dobin {chntpw,reged,sampasswd,samusrgrp}.static
Created attachment 773315 [details] Proposed revised ebuild
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99c9e80ca9e93f9aadb62f2f4eaba84850104cb commit b99c9e80ca9e93f9aadb62f2f4eaba84850104cb Author: Marek Szuba <marecki@gentoo.org> AuthorDate: 2022-09-07 13:43:52 +0000 Commit: Marek Szuba <marecki@gentoo.org> CommitDate: 2022-09-07 14:30:10 +0000 app-crypt/chntpw: install sampasswd and samusrgrp Closes: https://bugs.gentoo.org/840212 Signed-off-by: Marek Szuba <marecki@gentoo.org> app-crypt/chntpw/chntpw-140201-r1.ebuild | 58 ++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+)