FS#79768 - [shadow] change the default shell to /usr/bin/bash

Attached to Project: Arch Linux
Opened by nl6720 (nl6720) - Sunday, 24 September 2023, 18:05 GMT
Last edited by Toolybird (Toolybird) - Sunday, 24 September 2023, 21:26 GMT
Task Type Feature Request
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
/etc/default/useradd currently contains:
SHELL=/bin/bash

Now that  FS#33677  is fixed (and it only took a decade), the default shell can be changed to /usr/bin/bash to avoid relying on the /lib -> usr/lib symlink.


Additional info:
* package version(s)
* config and/or log files etc.
* link to upstream bug report, if any
shadow 4.14.0-3


Steps to reproduce:
# useradd -m testuser
# getent passwd testuser
This task depends upon

Closed by  Toolybird (Toolybird)
Sunday, 24 September 2023, 21:26 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in git
Comment by David Runge (dvzrv) - Sunday, 24 September 2023, 18:22 GMT
Good point! Will try to get to that as soon as we have it out of testing.
Comment by David Runge (dvzrv) - Sunday, 24 September 2023, 18:24 GMT

Loading...