diff options
author | wiz <wiz> | 2002-09-29 17:37:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-09-29 17:37:18 +0000 |
commit | f94bcd8bfce3c9b52d141dcc8ee56096a288c0ac (patch) | |
tree | a399ad4444be4e94bfe264a70e7ff5a2ba962b27 /net/dctc/Makefile | |
parent | 483d0af725ed4bac61252930d7fadee746f2bd96 (diff) | |
download | pkgsrc-f94bcd8bfce3c9b52d141dcc8ee56096a288c0ac.tar.gz |
Update to 0.83.5.
Changes:
- a special hub address is recognized "dummy_client". When this name is used
with the -g option, it is possible to start a client connected to no hub.
- When the dynamic IP flag is set, the IP is updated each time the /RECON
command is processed whatever the /RECON is successful or not (previous, only
a successful /RECON update the IP).
- When the dynamic IP flag is set, the IP is updated every minute.
- to ease port, stdout G_LOCK is now named std_out G_LOCK.
Diffstat (limited to 'net/dctc/Makefile')
-rw-r--r-- | net/dctc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile index 3f47f4da5fd..b3e88610a78 100644 --- a/net/dctc/Makefile +++ b/net/dctc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2002/09/23 11:10:07 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/09/29 17:37:18 wiz Exp $ # -DISTNAME= dctc-0.83.4 +DISTNAME= dctc-0.83.5 CATEGORIES= net MASTER_SITES= http://www.ac2i.tzo.com/dctc/ |