]> git.ipfire.org Git - thirdparty/util-linux.git/blame - login-utils/chsh.c
Imported from util-linux-2.10s tarball.
[thirdparty/util-linux.git] / login-utils / chsh.c
CommitLineData
6dbe3af9
KZ
1/*
2 * chsh.c -- change your login shell
3 * (c) 1994 by salvatore valente <svalente@athena.mit.edu>
4 *
5 * this program is free software. you can redistribute it and
6 * modify it under the terms of the gnu general public license.
7 * there is no warranty.
8 *
fd6b7a7f 9 * $Author: aebr $
2b6fc908
KZ
10 * $Revision: 1.19 $
11 * $Date: 1998/06/11 22:30:14 $
726f69e2
KZ
12 *
13 * Updated Thu Oct 12 09:33:15 1995 by faith@cs.unc.edu with security
fd6b7a7f
KZ
14 * patches from Zefram <A.Main@dcs.warwick.ac.uk>
15 *
16 * Updated Mon Jul 1 18:46:22 1996 by janl@math.uio.no with security
17 * suggestion from Zefram. Disallowing users with shells not in /etc/shells
18 * from changing their shell.
19 *
7eda085c
KZ
20