From c57db66cb020c01e848f96614998983c8c81ce96 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Thu, 16 Jan 2014 10:39:17 +0100 Subject: Provide defaults for user_shell if unset. The user_shell config variable is optional. If not specified, /bin/bash is used. Except: if create_with_useradd is configured and there's a config file /etc/default/useradd, then it's not passed to useradd in order to let the user choose. Signed-off-by: Thomas Osterried --- ax25/axspawn.conf.5 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ax25/axspawn.conf.5') diff --git a/ax25/axspawn.conf.5 b/ax25/axspawn.conf.5 index cb33d9a..8b2e64b 100644 --- a/ax25/axspawn.conf.5 +++ b/ax25/axspawn.conf.5 @@ -79,7 +79,11 @@ home /home/hams .br # .br -# user's shell +# user's shell (if not configured, it's /bin/bash, or if +.br +# create_with_useradd is set, useradd uses the shell +.br +# configured in /etc/default/useradd). .br shell /bin/bash .br -- cgit v1.2.3