[1229] in testers

home help back first fref pref prev next nref lref last post

creation of temporary homedir fails

daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Thu Nov 29 12:22:47 1990

Date: Thu, 29 Nov 90 12:22:20 -0500
From: Mark Rosenstein <mar@MIT.EDU>
To: testers@MIT.EDU

When we changed the location of the prototype files, we screwed up.
In verify.c, 
	    execl("/bin/cp", "cp", "-r", "/usr/athena/lib/prototype_tmpuser", "/tmp", NULL);
should be
	    execl("/bin/cp", "cp", "-r", "/usr/athena/lib/prototype_tmpuser", "/tmp/prototype_user", NULL);

					-Mark

home help back first fref pref prev next nref lref last post