From 9f76c1d34bed975913cdeba37b030e7d03a558e4 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 15 Mar 1998 20:43:16 +0000 Subject: Merge all the patches together so there is one patch / souce file. (there were more patch files than souce files here :) ) Now merged are the fixes: ports/1966: Team doesn't support... ports/2204: Team can hang when stderr is a file I've seen team hang when stderr is a file. 'top' reports that it is stuck in lockf. ports/2203: Team's exit status doesn't indicate if there ... Team's exit status will be 0 even if there is an I/O error. The reason is that the exit status of the "guys" isn't checked. Submitted by: dawes@physics.usyd.edu.au (David Dawes) --- misc/team/files/patch-a | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'misc/team/files/patch-a') diff --git a/misc/team/files/patch-a b/misc/team/files/patch-a index 2a8bd311e970..af58ef65d7f4 100644 --- a/misc/team/files/patch-a +++ b/misc/team/files/patch-a @@ -1,6 +1,5 @@ -diff -u team-3.1/Makefile ./Makefile ---- team-3.1/Makefile Sat Jul 1 17:33:24 1995 -+++ ./Makefile Sat Jul 1 17:53:20 1995 +--- Makefile.dist Sat Jul 1 08:33:24 1995 ++++ Makefile Sun Mar 15 12:37:16 1998 @@ -1,25 +1,8 @@ -CFLAGS =-O -LDFLAGS =-s @@ -12,7 +11,7 @@ diff -u team-3.1/Makefile ./Makefile +MANDIR= ${PREFIX}/man/man -DEST= -+CFLAGS+= -DHAVE_PARAM_H ++CFLAGS+= -DHAVE_PARAM_H -DHAVE_WAIT_H -MI =$(DEST)/usr/ -MD =$(DEST)/usr/ -- cgit v1.2.3