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.
This commit is contained in:
parent
c30f8ca413
commit
a1da65bdfb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue