diff options
Diffstat (limited to 'net/relay/files')
-rw-r--r-- | net/relay/files/patch-01 | 13 | ||||
-rw-r--r-- | net/relay/files/patch-02 | 26 |
2 files changed, 0 insertions, 39 deletions
diff --git a/net/relay/files/patch-01 b/net/relay/files/patch-01 deleted file mode 100644 index 65d3db95aeac..000000000000 --- a/net/relay/files/patch-01 +++ /dev/null @@ -1,13 +0,0 @@ ---- relay.c.orig Fri Nov 10 21:18:37 1995 -+++ relay.c Sat Dec 26 12:29:01 1998 -@@ -51,8 +51,8 @@ - char sbuf[16384], cbuf[16384]; - struct hostent *myself; - char mynumber[100]; --extern int errno; --extern char *sys_errlist[]; -+/* extern int errno; -+extern char *sys_errlist[]; */ - int debug=0; - - void sigchld() { diff --git a/net/relay/files/patch-02 b/net/relay/files/patch-02 deleted file mode 100644 index 41729e543362..000000000000 --- a/net/relay/files/patch-02 +++ /dev/null @@ -1,26 +0,0 @@ ---- 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 - */ |