Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Change root's default shell to /bin/sh, to provide a def...



details:   https://anonhg.NetBSD.org/src/rev/508bdf72d20e
branches:  trunk
changeset: 779012:508bdf72d20e
user:      riz <riz%NetBSD.org@localhost>
date:      Wed Apr 25 16:11:26 2012 +0000

description:
Change root's default shell to /bin/sh, to provide a default which
has command line editing, tab completion, and other features users
have come to expect from a modern OS.

Discussed on current-users approximately two weeks ago.  Should be
pulled up for NetBSD 6.0.

diffstat:

 etc/master.passwd |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (9 lines):

diff -r 291a3b083157 -r 508bdf72d20e etc/master.passwd
--- a/etc/master.passwd Wed Apr 25 13:55:17 2012 +0000
+++ b/etc/master.passwd Wed Apr 25 16:11:26 2012 +0000
@@ -1,4 +1,4 @@
-root::0:0::0:0:Charlie &:/root:/bin/csh
+root::0:0::0:0:Charlie &:/root:/bin/sh
 toor:*:0:0::0:0:Bourne-again Superuser:/root:/bin/sh
 daemon:*:1:1::0:0:The devil himself:/:/sbin/nologin
 operator:*:2:5::0:0:System &:/usr/guest/operator:/sbin/nologin



Home | Main Index | Thread Index | Old Index