summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-04-26 17:57:06 +0000
committerRoy Marples <roy@marples.name>2009-04-26 17:57:06 +0000
commit77c8f8abbb4034e409be2e71a22c1caaf1ce5f03 (patch)
tree5d5617b39cc5cf1512d86c96bb4f5f2f7154c3d4 /etc
parent1d4818364641c84d0e53fda90a356772299dee8e (diff)
downloadopenrc-77c8f8abbb4034e409be2e71a22c1caaf1ce5f03.tar.gz
openrc-77c8f8abbb4034e409be2e71a22c1caaf1ce5f03.tar.bz2
openrc-77c8f8abbb4034e409be2e71a22c1caaf1ce5f03.tar.xz
Use /bin/bash or user shell in /etc/passwd if none set before /bin/sh.
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf.in2
1 files changed, 2 insertions, 0 deletions
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