| # | Line 1300 | Line 1300 | int maxcopies; | |
|---|---|---|
| 1300 | strcpy(com1=buf, com); /* build -PP command */ | |
| 1301 | sprintf(com1+(ppins-com), " -PP %s/%s.persist", | |
| 1302 | vval(DIRECTORY), phostname(ps)); | |
| 1303 | + | unlink(com1+(ppins-com)+5); |
| 1304 | strcat(com1, ppins); | |
| 1305 | } else | |
| 1306 | com1 = com; | |
| # | Line 1360 | Line 1361 | rmfile(fn) /* remove a file */ | |
| 1361 | char *fn; | |
| 1362 | { | |
| 1363 | if (!silent) | |
| 1364 | < | #ifdef MSDOS |
| 1364 | > | #ifdef _WIN32 |
| 1365 | printf("\tdel %s\n", fn); | |
| 1366 | #else | |
| 1367 | printf("\trm -f %s\n", fn); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |