diff options
author | joerg <joerg@pkgsrc.org> | 2015-10-21 23:03:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-10-21 23:03:17 +0000 |
commit | 0f34d43da96b5506f6f6f649530bd790691adf7d (patch) | |
tree | c5401743b15199b851afcd4173181f43a02eef91 /pkgtools/pbulk-base/Makefile | |
parent | d023418b01ff2952e6c6a00c37a45122b2028b5b (diff) | |
download | pkgsrc-0f34d43da96b5506f6f6f649530bd790691adf7d.tar.gz |
pbulk-base-0.49:
When shutting down the master after all jobs are done, send a zero
length request to the clients and wait a second for them to shutdown the
connection. Calling shutdown on the server side doesn't avoid TIME_WAIT
as originally intended.
Diffstat (limited to 'pkgtools/pbulk-base/Makefile')
-rw-r--r-- | pkgtools/pbulk-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pbulk-base/Makefile b/pkgtools/pbulk-base/Makefile index 427fd0a5976..dc914907cb4 100644 --- a/pkgtools/pbulk-base/Makefile +++ b/pkgtools/pbulk-base/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2014/07/29 11:37:46 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2015/10/21 23:03:17 joerg Exp $ -DISTNAME= pbulk-base-0.48 +DISTNAME= pbulk-base-0.49 COMMENT= Core components of the modular bulk build framework .include "../../pkgtools/pbulk/Makefile.common" |