| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
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 |