diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2012-01-28 17:50:03 +0000 | 
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2012-01-28 17:50:03 +0000 | 
| commit | 596428e6481409b09b1ec326b04362175dae59f9 (patch) | |
| tree | baeb5674c46d9bb466bca0e8bedac8a745698771 /net/vde2/files/patch-src__dpipe.c | |
| parent | - Update to version 0.1.7 (diff) | |
- Update to version 2.3.2
PR:		164164
Submitted by:	Ports Fury
Diffstat (limited to 'net/vde2/files/patch-src__dpipe.c')
| -rw-r--r-- | net/vde2/files/patch-src__dpipe.c | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/net/vde2/files/patch-src__dpipe.c b/net/vde2/files/patch-src__dpipe.c new file mode 100644 index 000000000000..9417cc0869b0 --- /dev/null +++ b/net/vde2/files/patch-src__dpipe.c @@ -0,0 +1,11 @@ +--- src/dpipe.c.orig	2011-11-24 01:41:18.000000000 +0900 ++++ src/dpipe.c	2011-11-28 03:05:11.000000000 +0900 +@@ -201,7 +201,7 @@ +  + 	if (daemonize != 0) + 		daemon(0,0); +-	else if (setpgrp() != 0) { ++	else if (setpgrp(0,getpid()) != 0) { + 		fprintf(stderr,"Err: cannot create pgrp\n"); + 		exit(1); + 	}  | 
