Home
last modified time | relevance | path

Searched refs:shell_default (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.sbin/pw/
HDpw_conf.c317 … config.shell_default = (q == NULL || !boolean_val(q, 1)) in read_userconfig()
445 … val = config.shell_default ? config.shell_default : bourne_shell; in write_userconfig()
HDpw.h87 char *shell_default; /* Default shell */ member
HDpw_user.c258 cnf->shell_default = arg->val; in pw_user()
1008 return shell_path(cnf->shelldir, cnf->shells, sh ? sh : cnf->shell_default); in pw_shellpolicy()