Commit Diff


commit - 90c3dab6d4f928cdf6672f89ae820a48826fd701
commit + 827018c4ec93f3786040b1f705a262133fe06b49
blob - 84cae90769a3ddf435532dea19963854a8e7854a
blob + fb54d4a19b71d8e9865393acf60e9ddb1b991379
--- src/cmd/upas/vf/vf.c
+++ src/cmd/upas/vf/vf.c
@@ -460,6 +460,7 @@ runchecker(Part *p)
 	 * Okay to return on error - will let mail through but wrapped.
 	 */
 	w = wait();
+	remove(name);
 	if(w == nil){
 		syslog(0, "mail", "vf wait failed: %r");
 		return 0;