Date: Fri, 8 Sep 1995 17:14:44 +0200 (MET DST) From: guido@gvr.win.tue.nl (Guido van Rooij) To: freebsd-hackers@freebsd.org, freebsd-current@freebsd.org Subject: beta testers want for improved pwd.db handling Message-ID: <199509081514.RAA08568@gvr.win.tue.nl>
next in thread | raw e-mail | index | archive | help
m sorry if ppl see this mail for the second time, but I never saw
appearing on the list.
uido
root@hades# /usr/bin/time ./pwd_mkdb -d . master.passwd
165.39 real 13.52 user 26.01 sys
root@hades# /usr/bin/time ./pwd_mkdb -u devet -d . master.passwd
19.50 real 2.72 user 3.59 sys
root@hades# ls -l *db
-rw-r--r-- 1 root wheel 4972544 Sep 7 22:01 pwd.db
-rw------- 1 root wheel 5316608 Sep 7 22:01 spwd.db
root@hades# wc master.passwd
11557 33770 969713 master.passwd
The second pwd_mkdb is the new one.
I am looking for some people that like to test these. Why? Because
I'm not sure how it will affect disk usage of the db files, though
I really doubt it will change much.
The database format itsself does not change so it's downward compatible.
Further, the speed improvement cannot be achived when using vipw.
The others are okay.
-Guido
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509081514.RAA08568>
