diff options
author | Adam David <adam@FreeBSD.org> | 1996-06-18 11:15:44 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1996-06-18 11:15:44 +0000 |
commit | 18f9468cf23a3e4288d1715920f8716462d55410 (patch) | |
tree | d11cbbeea938d4574fb25b4d5108df23725bedb9 /net/dgd-net/scripts/configure | |
parent | Upgrade to ircII 2.9 (diff) |
This is the networking-enhanced version of DGD.
The following additional functionality is provided:
send and receive udp datagrams
initiate tcp and telnet connections
listen on any number of ports for incoming connections
This is a separate version because sites not requiring these features can
use the other version and not need to concern themselves with the network
security issues. Also the programming semantics for network communication
are somewhat different in the two versions.
Notes
Notes:
svn path=/head/; revision=3250
Diffstat (limited to 'net/dgd-net/scripts/configure')
-rw-r--r-- | net/dgd-net/scripts/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/dgd-net/scripts/configure b/net/dgd-net/scripts/configure new file mode 100644 index 000000000000..c65e336baf62 --- /dev/null +++ b/net/dgd-net/scripts/configure @@ -0,0 +1,3 @@ +#!/bin/sh +# + |