Subject: Re: pwd_mkdb
To: None <jmarin@pyy.jmp.fi>
From: Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
List: current-users
Date: 02/24/1999 01:21:50
In message <19990223180718.A1866@pyy.jmp.fi>
	on Tue, 23 Feb 1999 18:07:18 +0200,
	Jukka Marin <jmarin@pyy.jmp.fi> wrote:
> > One idea is incorporating "-u" option for pwd_mkdb(8) from FreeBSD, you
> > can only update the record for the specified user with "-u" option.
> 
> How difficult would it be to implement this option?
I think it's not so difficult.  pwd.db and spwd.db are hash type db(3)
files, and db(3) support changing on record of it.

I think "-u" option is valuable to implement.

--
Takahiro Kambe <taca@sky.yamashina.kyoto.jp>