Skip to content

Commit 1183ba1

Browse files
committed
base-files: change default root shell to bash
as bash is no longer dynmaically linked against readline, there shouldn't be any issue with making the default shell for the root user to bash. this should have no automatic effect on most existing systems, as /etc/passwd is a conf file and almost everyone one will have edited it at some point. users can resolve the .new and add it if they wish. this does NOT change the default /bin/sh to bash. that is still dash.
1 parent d1b11c3 commit 1183ba1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

srcpkgs/base-files/files/passwd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
root:x:0:0:root:/root:/bin/sh
1+
root:x:0:0:root:/root:/bin/bash
22
nobody:x:99:99:Unprivileged User:/dev/null:/bin/false

srcpkgs/base-files/template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'base-files'
22
pkgname=base-files
3-
version=0.145
3+
version=0.146
44
revision=1
55
bootstrap=yes
66
depends="xbps-triggers"

0 commit comments

Comments
 (0)