Skip to content

Commit a1da65b

Browse files
committed
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.
1 parent c30f8ca commit a1da65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/master.passwd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
root::0:0::0:0:Charlie &:/root:/bin/csh
1+
root::0:0::0:0:Charlie &:/root:/bin/sh
22
toor:*:0:0::0:0:Bourne-again Superuser:/root:/bin/sh
33
daemon:*:1:1::0:0:The devil himself:/:/sbin/nologin
44
operator:*:2:5::0:0:System &:/usr/guest/operator:/sbin/nologin

0 commit comments

Comments
 (0)