diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-30 04:30:48 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-30 04:30:48 +0000 |
commit | 99a4b96b356a5b35b7c1b5c68f6ad12de164d879 (patch) | |
tree | 46988f5b949324a27d985ec202145d45ccc025cc /net/relay/files/patch-02 | |
parent | Replacement for xbiff that flashes when new mail arrives like the (diff) |
Relay is a very simple proxy that can be used for building simple firewalls.
telnet, ftp, and finger client rappers are provided.
Notes
Notes:
svn path=/head/; revision=15721
Diffstat (limited to '')
-rw-r--r-- | net/relay/files/patch-02 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net/relay/files/patch-02 b/net/relay/files/patch-02 new file mode 100644 index 000000000000..41729e543362 --- /dev/null +++ b/net/relay/files/patch-02 @@ -0,0 +1,26 @@ +--- relay.h.orig Wed Oct 25 20:28:45 1995 ++++ relay.h Sat Dec 26 12:34:21 1998 +@@ -22,7 +22,7 @@ + by the clients + */ + +-#define FINGER "/usr/ucb/finger" ++#define FINGER "/usr/bin/finger" + /* change this to the name of the finger client on the relay, if it's + something else + */ +@@ -30,12 +30,12 @@ + #define SERV_TCP_PORT 19023 + /* change this if you don't like this number */ + +-#define TELNET "/usr/ucb/telnet" ++#define TELNET "/usr/bin/telnet" + /* change this to the name of the telnet client on the client machine if it's + something else + */ + +-#define FTP "/usr/local/bin/ftp" ++#define FTP "/usr/bin/ftp" + /* change this to the name of the ftp client on the client machine, if it's + something else + */ |