Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 840212 - app-crypt/chntpw-149291: doesn't install binaries for sampasswd and samusrgrp
Summary: app-crypt/chntpw-149291: doesn't install binaries for sampasswd and samusrgrp
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marek Szuba
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-22 16:09 UTC by Jeremy Collins
Modified: 2022-09-07 14:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Proposed revised ebuild (chntpw-140201-r1.ebuild,1022 bytes, text/plain)
2022-04-22 16:15 UTC, Jeremy Collins
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Collins 2022-04-22 16:09:44 UTC
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
Comment 1 Jeremy Collins 2022-04-22 16:15:01 UTC
Created attachment 773315 [details]
Proposed revised ebuild
Comment 2 Larry the Git Cow gentoo-dev 2022-09-07 14:30:17 UTC
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(+)