]> git.ipfire.org Git - thirdparty/util-linux.git/blame - login-utils/setpwnam.c
Imported from util-linux-2.10s tarball.
[thirdparty/util-linux.git] / login-utils / setpwnam.c
CommitLineData
6dbe3af9
KZ
1/*
2 * setpwnam.c --
3 * edit an entry in a password database.
4 *
5 * (c) 1994 Salvatore Valente <svalente@mit.edu>
6 * This file is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Library General Public License as
8 * published by the Free Software Foundation; either version 2 of the
9 * License, or (at your option) any later version.
10 *
fd6b7a7f
KZ
11 * Edited 11/10/96 (DD/MM/YY ;-) by Nicolai Langfeldt (janl@math.uio.no)
12 * to read /etc/passwd directly so that passwd, chsh and chfn can work
13