From 0c9f365da25caa3b04bcfe82b70ee49aab96e619 Mon Sep 17 00:00:00 2001 From: David Nugent Date: Sat, 21 Dec 1996 15:35:45 +0000 Subject: 1) 200 users per group limitation removed and pw will handle lines of any length in /etc/group. 2) Fixed bug with usermod -d not updating user's home directory. 3) Minor formatting display changes/fixes with *show -P. --- pw/pwupd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pw/pwupd.c') diff --git a/pw/pwupd.c b/pw/pwupd.c index 149d239..fb56dac 100644 --- a/pw/pwupd.c +++ b/pw/pwupd.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pwupd.c,v 1.1.1.2 1996/12/09 23:55:27 joerg Exp $ + * $Id: pwupd.c,v 1.1.1.3 1996/12/10 23:59:02 joerg Exp $ */ #include @@ -118,7 +118,7 @@ pw_update(struct passwd * pwd, char const * user, int mode) { /* No -c */ #endif char pfx[32]; - char pwbuf[MAXPWLINE]; + char pwbuf[PWBUFSZ]; int l = sprintf(pfx, "%s:", user); /* -- cgit v1.2.3