4.2bsd uucico LOST LINE bug

Rick Adams rick at seismo.UUCP
Sat Oct 6 05:34:51 AEST 1984


The following fragment of code from the beginning of cico.c will
fix the problem.

---rick

+ #ifdef BSD4_2
+ 	if (getpgrp(0) == 0) { /*We have no controlling terminal */
+ 		setpgrp(0, getpid());
+ 	}
+ #endif

	ret = subchdir(Spool);
	ASSERT(ret >= 0, "CHDIR FAILED", Spool, ret);
	strcpy(Wrkdir, Spool);



More information about the Comp.unix.wizards mailing list