diff options
author | davidn <davidn@FreeBSD.org> | 2000-07-16 01:46:26 +0000 |
---|---|---|
committer | davidn <davidn@FreeBSD.org> | 2000-07-16 01:46:26 +0000 |
commit | 14da5481e1d0f9315211dd62eb50d96268032f8a (patch) | |
tree | 8cec69e0b8a7e48982ca8e61c7b532f0da75f017 /usr.sbin/pw | |
parent | 436b76a904099aef46553374a2fe29fed8c5744e (diff) | |
download | FreeBSD-src-14da5481e1d0f9315211dd62eb50d96268032f8a.zip FreeBSD-src-14da5481e1d0f9315211dd62eb50d96268032f8a.tar.gz |
Catch up to the fact that we now have tcsh in the tree.
Diffstat (limited to 'usr.sbin/pw')
-rw-r--r-- | usr.sbin/pw/pw_conf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pw/pw_conf.c b/usr.sbin/pw/pw_conf.c index e8a2105..7fbf51b 100644 --- a/usr.sbin/pw/pw_conf.c +++ b/usr.sbin/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[] = |