Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830633 - app-shells/rc-1.7.4-r1 installs to /usr/bin/rcsh, however /etc/shells contains /bin/rcsh
Summary: app-shells/rc-1.7.4-r1 installs to /usr/bin/rcsh, however /etc/shells contain...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-01-05 08:13 UTC by Red
Modified: 2022-02-27 00:59 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Red 2022-01-05 08:13:07 UTC
I installed app-shells/rc-1.7.4-r1 and tried to set it as my login shell. However, I couldn't, as /etc/passwords had the shell's location as /bin/rcsh, however portage installed it to /usr/bin/rcsh.
Comment 1 Larry the Git Cow gentoo-dev 2022-02-27 00:58:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ae0068e8500b97d36b85efde823cdaed35be61

commit a9ae0068e8500b97d36b85efde823cdaed35be61
Author:     Richard-Rogalski <rrogalski@tutanota.com>
AuthorDate: 2022-02-26 22:16:06 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-02-27 00:55:45 +0000

    app-shells/rc: fix bug preventing rc becoming login shell
    
    Previously the path /bin/rcsh was appended to /etc/shells
    despite the ebuild installing to /usr/bin/rcsh.
    This new revision appends the proper path in /etc/shells
    
    Closes: https://bugs.gentoo.org/830633
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Richard Rogalski <rrogalski@tutanota.com>
    Closes: https://github.com/gentoo/gentoo/pull/24366
    Signed-off-by: Sam James <sam@gentoo.org>

 app-shells/rc/rc-1.7.4-r2.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)