diff options
author | Roy Marples <roy@marples.name> | 2009-04-26 17:57:06 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-04-26 17:57:06 +0000 |
commit | 77c8f8abbb4034e409be2e71a22c1caaf1ce5f03 (patch) | |
tree | 5d5617b39cc5cf1512d86c96bb4f5f2f7154c3d4 /etc/rc.conf.in | |
parent | 1d4818364641c84d0e53fda90a356772299dee8e (diff) |
Use /bin/bash or user shell in /etc/passwd if none set before /bin/sh.
Diffstat (limited to 'etc/rc.conf.in')
-rw-r--r-- | etc/rc.conf.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in index 173ed900..eab9c530 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 |