summaryrefslogtreecommitdiff
path: root/ftp/wu-ftpd+ipv6/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-09-09 23:00:13 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-09-09 23:00:13 +0000
commitac2f2b16ce99cf5ec4601c6c7c3626777e0e24bd (patch)
treea821fd51402674837bd9fea3a1ee1e84767859ba /ftp/wu-ftpd+ipv6/files
parentActivate gfont. (diff)
Upgrade to beta-14
Notes
Notes: svn path=/head/; revision=7838
Diffstat (limited to 'ftp/wu-ftpd+ipv6/files')
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-ai8
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-am16
2 files changed, 12 insertions, 12 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ai b/ftp/wu-ftpd+ipv6/files/patch-ai
index 33d688e55100..b0cffe66a38c 100644
--- a/ftp/wu-ftpd+ipv6/files/patch-ai
+++ b/ftp/wu-ftpd+ipv6/files/patch-ai
@@ -1,14 +1,14 @@
-*** config.h.bak Mon Mar 3 12:39:34 1997
---- config.h Sun Apr 27 21:03:14 1997
+*** config.h.orig Tue Aug 12 07:42:48 1997
+--- config.h Tue Sep 9 20:18:19 1997
***************
*** 72,76 ****
- * See README-2.4-HOBBIT for more information on this option.
+ * See FIXES-2.4-HOBBIT for more information on this option.
*/
! #undef SKEY
--- 72,76 ----
- * See README-2.4-HOBBIT for more information on this option.
+ * See FIXES-2.4-HOBBIT for more information on this option.
*/
! #define SKEY
diff --git a/ftp/wu-ftpd+ipv6/files/patch-am b/ftp/wu-ftpd+ipv6/files/patch-am
index c4f51f43a37c..a126effdc366 100644
--- a/ftp/wu-ftpd+ipv6/files/patch-am
+++ b/ftp/wu-ftpd+ipv6/files/patch-am
@@ -1,8 +1,8 @@
-*** src/makefiles/Makefile.fbs.orig Mon Mar 3 12:34:52 1997
---- src/makefiles/Makefile.fbs Mon Apr 28 00:43:47 1997
+*** src/makefiles/Makefile.fbs.orig Tue Aug 12 07:43:39 1997
+--- src/makefiles/Makefile.fbs Tue Sep 9 20:10:33 1997
***************
-*** 1,8 ****
- CC = cc
+*** 4,11 ****
+ #CC = cc
IFLAGS = -I.. -I../support
LFLAGS = -L../support -s
! CFLAGS = -O ${IFLAGS} ${LFLAGS}
@@ -10,8 +10,8 @@
LIBC = /usr/lib/libc.a
LINTFLAGS=
LKERB = -lauth -lckrb -lkrb -ldes
---- 1,8 ----
- CC = cc
+--- 4,11 ----
+ #CC = cc
IFLAGS = -I.. -I../support
LFLAGS = -L../support -s
! CFLAGS += ${IFLAGS} ${LFLAGS}
@@ -20,8 +20,8 @@
LINTFLAGS=
LKERB = -lauth -lckrb -lkrb -ldes
***************
-*** 24,30 ****
---- 24,34 ----
+*** 27,33 ****
+--- 27,37 ----
${CC} ${CFLAGS} -o $@ ftpshut.c vers.o ${LIBES}
ftpd: ${OBJS} ${LIBC}