diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-03-15 20:43:16 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-03-15 20:43:16 +0000 |
commit | 9f76c1d34bed975913cdeba37b030e7d03a558e4 (patch) | |
tree | 1419eda26251677b58e849455ca28fb0bfcd7d04 /misc/team/files/patch-a | |
parent | Activate xnibbles. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=10162
Diffstat (limited to 'misc/team/files/patch-a')
-rw-r--r-- | misc/team/files/patch-a | 7 |
1 files changed, 3 insertions, 4 deletions
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/ |