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
commit7bf2df11199f5b021d7ecc649d026b6646cdd302 (patch)
tree58841e87addfdf19080504276be31503b860085a /pw/pw_conf.c
parenta7bda97c1f46bcacc464f9f1c5fa8c697f9574a8 (diff)
downloadpw-darwin-7bf2df11199f5b021d7ecc649d026b6646cdd302.tar.gz
pw-darwin-7bf2df11199f5b021d7ecc649d026b6646cdd302.tar.zst
pw-darwin-7bf2df11199f5b021d7ecc649d026b6646cdd302.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[] =