diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-28 09:45:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-28 09:45:45 +0000 |
commit | 58e47a21fab02ef24f6b4f14da5fa02d0613c69e (patch) | |
tree | c09859e680140f9fb7a4843cb054b99350fae95c /net/relay/files/patch-02 | |
parent | - Update to 2.26.0 (diff) |
2012-11-27 devel/p5-SPOPS: Depend on the expired p5-Class-Fields
2012-11-26 textproc/lemmatizer: No more public distfiles
2012-11-26 net/relay: No more public distfiles
2012-11-26 x11-clocks/bmp-alarm: No more public distfiles
2012-11-26 net-mgmt/nagios-check_ice: No more public distfiles
2012-11-26 japanese/libicq: No more public distfiles and development ceased
2012-11-26 graphics/tonicpoint-viewer: No more public distfiles
2012-11-26 devel/safestr: No more public distfiles
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=307896
Diffstat (limited to 'net/relay/files/patch-02')
-rw-r--r-- | net/relay/files/patch-02 | 26 |
1 files changed, 0 insertions, 26 deletions
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 - */ |