Actions
Feature #15085
closedUpdate /etc/rc.initial to reflect default root shell /bin/sh
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Operating System
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Default
Description
/bin/sh is now the default root shell in FreeBSD (and pfSense.)
root:*:0:0:Charlie &:/root:/bin/sh
Update /etc/rc.initial to point to sh instead of tcsh.
8) /bin/tcsh ;;
Change in /etc/inc/auth.inc as well.
$user_shell = "/bin/tcsh";
Actions