summaryrefslogtreecommitdiffstats
path: root/pw/pw_conf.c
diff options
context:
space:
mode:
authorDavid Nugent <davidn@FreeBSD.org>2000-07-16 01:46:26 +0000
committerDavid Nugent <davidn@FreeBSD.org>2000-07-16 01:46:26 +0000
commitb81c761ad19a7c472ae34e98a2a0b5b1f27029eb (patch)
treea125495ca13af5b50da4bd911fb093de695883ee /pw/pw_conf.c
parent11d83a19cf268179de19b71783bece38bcb203f1 (diff)
downloadpw-darwin-b81c761ad19a7c472ae34e98a2a0b5b1f27029eb.tar.gz
pw-darwin-b81c761ad19a7c472ae34e98a2a0b5b1f27029eb.tar.zst
pw-darwin-b81c761ad19a7c472ae34e98a2a0b5b1f27029eb.zip
Catch up to the fact that we now have tcsh in the tree.
Diffstat (limited to 'pw/pw_conf.c')
-rw-r--r--pw/pw_conf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pw/pw_conf.c b/pw/pw_conf.c
index e8a2105..7fbf51b 100644
--- a/pw/pw_conf.c
+++ b/pw/pw_conf.c
@@ -67,7 +67,8 @@ static char bourne_shell[] = "sh";
static char *system_shells[_UC_MAXSHELLS] =
{
bourne_shell,
- "csh"
+ "csh",
+ "tcsh"
};
static char const *booltrue[] =