View | Details | Raw Unified | Return to bug 21006
Collapse All | Expand All

(-)common_source/rmjob.c (-2 lines)
Lines 211-218 Link Here
211
		case 'U':  /* unlink associated files */
211
		case 'U':  /* unlink associated files */
212
			if (strchr(line+1, '/') || strncmp(line+1, "df", 2))
212
			if (strchr(line+1, '/') || strncmp(line+1, "df", 2))
213
				break;
213
				break;
214
			if (from != host)
215
				printf("%s: ", host);
216
			do_unlink(line+1);
214
			do_unlink(line+1);
217
		}
215
		}
218
	}
216
	}

Return to bug 21006