From 77c8f8abbb4034e409be2e71a22c1caaf1ce5f03 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 26 Apr 2009 17:57:06 +0000 Subject: Use /bin/bash or user shell in /etc/passwd if none set before /bin/sh. --- etc/rc.conf.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/rc.conf.in') diff --git a/etc/rc.conf.in b/etc/rc.conf.in index 173ed90..eab9c53 100644 --- a/etc/rc.conf.in +++ b/etc/rc.conf.in @@ -15,6 +15,8 @@ #rc_interactive="YES" # If we need to drop to a shell, you can specify it here. +# If not specified we use $SHELL, otherwise the one specified in /etc/passwd, +# otherwise /bin/sh # Linux users could specify /sbin/sulogin #rc_shell=/bin/sh -- cgit v1.2.3