0: Copy /etc/password to a safe place.

1: Make /etc/master.passwd

	awk -f awk.script < /etc/passwd > /etc/master.passwd
	chown root.wheel /etc/master.passwd
	chmod 600 /etc/master.passwd

2: Install new include files in /usr/include.

3: Install new library code from subdirectory lib to
	/usr/src/lib/libc/gen.

	-- add/overwrite getpwent.c, getusershell.c, perror.c,
		strdup.c, strsep.c, strtok.c.
	-- remove getpwnamuid.c, getpwnamuid.o
	Update the Makefile so that it will include the new modules
	and build and re-install the C library.

4: Build and install mkpasswd, vipw, chpass, login, lock, and passwd
	programs from this distribution.  You may not be able to use
	the "depend" or "install" labels, depending on what version
	of 4BSD you're running.  It shouldn't be a problem.

5: Build and install ftpd, rexecd, su, telnetd, and uucpd from your current
	source.  Ftpd will not build without a minor fix.  In the module
	ftpd.c, delete all lines including the string "pw_comment".

6: Install the manual pages.

7: Update the script /usr/adm/daily with daily.diff, and the script
	/etc/rc with rc.diff.  Remove /usr/adm/passwd.bak and
	/usr/adm/passwd.bak2.

8: Run vipw, and force it to write out the password file.  It runs
	mkpasswd which will create the new dbm files.
