head	1.10;
access;
symbols
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.9
	RELEASE_5_2_1:1.9
	RELEASE_5_2_0:1.9
	RELEASE_4_9_0:1.9
	RELEASE_5_1_0:1.9
	RELEASE_4_8_0:1.9
	RELEASE_5_0_0:1.9
	RELEASE_4_5_0:1.7
	RELEASE_4_4_0:1.6
	RELEASE_4_3_0:1.6
	RELEASE_4_2_0:1.6
	RELEASE_4_1_1:1.6
	RELEASE_4_1_0:1.6
	RELEASE_3_5_0:1.6
	RELEASE_4_0_0:1.6
	RELEASE_3_4_0:1.6
	RELEASE_3_3_0:1.5
	RELEASE_3_2_0:1.5
	RELEASE_3_1_0:1.5
	RELEASE_2_2_8:1.5
	RELEASE_3_0_0:1.5
	RELEASE_2_2_7:1.5
	RELEASE_2_2_6:1.5
	RELEASE_2_2_5:1.5
	RELEASE_2_2_1:1.5
	RELEASE_2_2_2:1.5
	wu-ftpd:1.1.1.1;
locks; strict;
comment	@# @;


1.10
date	2011.05.02.09.11.33;	author bapt;	state dead;
branches;
next	1.9;

1.9
date	2002.12.30.07.44.08;	author ache;	state Exp;
branches;
next	1.8;

1.8
date	2002.02.19.11.41.13;	author ache;	state dead;
branches;
next	1.7;

1.7
date	2001.10.02.19.13.35;	author ache;	state Exp;
branches;
next	1.6;

1.6
date	99.10.24.01.57.36;	author ache;	state Exp;
branches;
next	1.5;

1.5
date	97.01.30.17.00.45;	author ache;	state Exp;
branches;
next	1.4;

1.4
date	95.08.08.11.05.45;	author asami;	state Exp;
branches;
next	1.3;

1.3
date	95.01.25.22.41.50;	author gpalmer;	state Exp;
branches;
next	1.2;

1.2
date	94.12.18.00.52.55;	author torstenb;	state Exp;
branches;
next	1.1;

1.1
date	94.10.23.01.36.59;	author torstenb;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.10.23.01.37.00;	author torstenb;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Remove unmaintained expired ports from ftp

2011-05-01 ftp/axyftp: Upstream disapear and distfile is no more available
2011-05-01 ftp/emacs-wget: Upstream disapear and distfile is no more available
2011-05-01 ftp/llnlxdir: Upstream disapear and distfile is no more available
2011-05-01 ftp/llnlxftp: Upstream disapear and distfile is no more available
2011-05-01 ftp/mirror: Upstream disapear and distfile is no more available
2011-05-01 ftp/moftpd: Upstream disapear and distfile is no more available
2011-05-01 ftp/wu-ftpd: Upstream disapear and distfile is no more available
2011-05-01 ftp/xrmftp: Upstream disapear and distfile is no more available
2011-05-01 ftp/yale-tftpd: Upstream disapear and distfile is no more available
@
text
@--- src/Makefile.in.orig	Sat Jul  1 22:04:21 2000
+++ src/Makefile.in	Sun Dec 22 21:01:41 2002
@@@@ -34,7 +34,7 @@@@
 
 CFLAGS=$(WARNINGS) @@CFLAGS@@
 LDFLAGS=@@LDFLAGS@@
-YACC=@@YACC@@
+YACC=byacc
 LIBS=@@LIBS@@
 
 UTIL_SRC  = COPYRIGHT.c vers.c
@


1.9
log
@Can't be builded with new bison - hardcode byacc

PR:     46471
Submitted by:   Dmitry Morozovsky <marck@@rinet.ru>
@
text
@@


1.8
log
@Switch to GNU configure

PR:		34660
Submitted by:	"James E. Housley" <jeh@@thehousleys.net>
@
text
@d1 11
a11 42
*** src/pathnames.h.orig	Wed Oct 20 20:27:34 1999
--- src/pathnames.h.noac	Wed Oct 20 20:30:19 1999
***************
*** 104,113 ****
  #define _PATH_FTPSERVERS "/opt/ftpd/lib/ftpservers"
  #endif
  #else
! #define _PATH_FTPUSERS   "/usr/local/lib/ftpd/ftpusers"
! #define _PATH_FTPACCESS  "/usr/local/lib/ftpd/ftpaccess"
! #define _PATH_CVT        "/usr/local/lib/ftpd/ftpconversions"
! #define _PATH_PRIVATE    "/usr/local/lib/ftpd/ftpgroups"
  #ifdef VIRTUAL
  #define _PATH_FTPSERVERS "/usr/local/lib/ftpd/ftpservers"
  #endif
--- 104,113 ----
  #define _PATH_FTPSERVERS "/opt/ftpd/lib/ftpservers"
  #endif
  #else
! #define _PATH_FTPUSERS   "!!PREFIX!!/lib/ftpd/ftpusers"
! #define _PATH_FTPACCESS  "!!PREFIX!!/lib/ftpd/ftpaccess"
! #define _PATH_CVT        "!!PREFIX!!/lib/ftpd/ftpconversions"
! #define _PATH_PRIVATE    "!!PREFIX!!/lib/ftpd/ftpgroups"
  #ifdef VIRTUAL
  #define _PATH_FTPSERVERS "/usr/local/lib/ftpd/ftpservers"
  #endif
***************
*** 203,209 ****
  #ifdef USE_OPT_FTPD
  #define _PATH_FTPHOSTS  "/opt/ftpd/lib/ftphosts"
  #else
! #define _PATH_FTPHOSTS  "/usr/local/lib/ftpd/ftphosts"
  #endif
  #endif
  #endif
--- 203,209 ----
  #ifdef USE_OPT_FTPD
  #define _PATH_FTPHOSTS  "/opt/ftpd/lib/ftphosts"
  #else
! #define _PATH_FTPHOSTS  "!!PREFIX!!/etc/ftphosts"
  #endif
  #endif
  #endif
@


1.7
log
@Use official patches set
(fix wrong place of pasv-allow fix as result)
@
text
@@


1.6
log
@upgrade to 2.6.0

Submitted by:	Makoto MATSUSHITA <matusita@@jp.FreeBSD.org>
@
text
@d2 1
a2 1
--- src/pathnames.h	Wed Oct 20 20:30:19 1999
@


1.5
log
@Upgrade to Academ 2.4.2-beta-12 as recommended by AUSCERT security
advisory.

P.S. this version is much improved comparing to what we have previously,
f.e. it already contains most of our fixes.
@
text
@d1 2
a2 2
*** src/pathnames.h.bak	Mon Jan 20 06:21:45 1997
--- src/pathnames.h	Thu Jan 30 15:42:24 1997
d4 3
a6 3
*** 45,54 ****
  #define _PATH_CVT       "/etc/ftpd/ftpconversions"
  #define _PATH_PRIVATE   "/etc/ftpd/ftpgroups"
d8 6
a13 4
! #define _PATH_FTPUSERS  "/usr/local/lib/ftpd/ftpusers"
! #define _PATH_FTPACCESS "/usr/local/lib/ftpd/ftpaccess"
! #define _PATH_CVT       "/usr/local/lib/ftpd/ftpconversions"
! #define _PATH_PRIVATE   "/usr/local/lib/ftpd/ftpgroups"
d15 2
a17 4
  
--- 45,54 ----
  #define _PATH_CVT       "/etc/ftpd/ftpconversions"
  #define _PATH_PRIVATE   "/etc/ftpd/ftpgroups"
d19 6
a24 5
! #define _PATH_FTPUSERS  "!!PREFIX!!/etc/ftpusers"
! #define _PATH_FTPACCESS "!!PREFIX!!/etc/ftpaccess"
! #define _PATH_CVT       "!!PREFIX!!/etc/ftpconversions"
! #define _PATH_PRIVATE   "!!PREFIX!!/etc/ftpgroups"
  #endif
a25 1
  
d27 3
a29 3
*** 109,115 ****
  #ifdef USE_ETC_FTPD
  #define _PATH_FTPHOSTS  "/etc/ftpd/ftphosts"
d35 3
a37 3
--- 109,115 ----
  #ifdef USE_ETC_FTPD
  #define _PATH_FTPHOSTS  "/etc/ftpd/ftphosts"
@


1.4
log
@Correct a few pathname problems.  In particular, put ftpd in libexec,
not etc.

Submitted by:	Tom Samplonius <tom@@misery.sdf.com>
@
text
@d1 2
a2 2
*** src/pathnames.h.orig	Wed Apr 13 13:46:48 1994
--- src/pathnames.h	Sun Aug  6 21:45:38 1995
d4 10
a13 3
*** 29,46 ****
   *
   * @@(#)pathnames.h 5.2 (Berkeley) 6/1/90 */
d15 8
a22 12
! #define _PATH_FTPUSERS  "/etc/ftpusers"
  #define _PATH_FTPACCESS "/usr/local/etc/ftpaccess"
  #define _PATH_EXECPATH  "/bin/ftp-exec"
! #define _PATH_PIDNAMES  "/usr/local/daemon/ftpd/ftp.pids-%s"
  #define _PATH_CVT       "/usr/local/etc/ftpconversions"
! #define _PATH_XFERLOG   "/usr/adm/xferlog"
! #define _PATH_PRIVATE   "/etc/ftpgroups"
  
  #ifndef _PATH_UTMP
! #define _PATH_UTMP      "/etc/utmp"
! #define _PATH_WTMP      "/usr/adm/wtmp"
! #define _PATH_LASTLOG   "/usr/adm/lastlog"
a23 18
  
  #define _PATH_BSHELL    "/bin/sh"
--- 29,46 ----
   *
   * @@(#)pathnames.h 5.2 (Berkeley) 6/1/90 */
  
! #define _PATH_FTPUSERS  "/usr/local/etc/ftpusers"
  #define _PATH_FTPACCESS "/usr/local/etc/ftpaccess"
  #define _PATH_EXECPATH  "/bin/ftp-exec"
! #define _PATH_PIDNAMES  "/var/run/ftp.pids-%s"
  #define _PATH_CVT       "/usr/local/etc/ftpconversions"
! #define _PATH_XFERLOG   "/var/log/xferlog"
! #define _PATH_PRIVATE   "/usr/local/etc/ftpgroups"
  
  #ifndef _PATH_UTMP
! #define _PATH_UTMP      "/var/run/utmp"
! #define _PATH_WTMP      "/var/log/wtmp"
! #define _PATH_LASTLOG   "/var/log/lastlog"
a25 1
  #define _PATH_BSHELL    "/bin/sh"
d27 15
a41 6
*** 48,52 ****
--- 48,53 ----
  
  #ifdef  HOST_ACCESS
  #define _PATH_FTPHOSTS  "/usr/local/etc/ftphosts"
+ #else
a42 1
  
@


1.3
log
@Finally get most of wu-ftpd working.

Changes:

- Use internal functions rather than libc versions in a couple of places
  This allows writing to dirs without read perms and the
  ftpconversions file to work.
- Fix up skey support to use correct parameters
- using compress in the ftpconversions file doesn't seem to work,
  so alter example ftpconversions file to use gzip -d rather than compress -dc
- Install manpages compressed

Still broken :

- using /bin/compress to compress/uncompress files on the fly
@
text
@d1 2
a2 2
*** src/pathnames.h.orig	Wed Apr 13 22:46:48 1994
--- src/pathnames.h	Tue Oct 18 18:26:26 1994
d4 1
a4 1
*** 29,41 ****
d9 1
a9 1
! #define _PATH_FTPACCESS "/usr/local/etc/ftpaccess"
d12 1
a12 1
! #define _PATH_CVT       "/usr/local/etc/ftpconversions"
d17 7
a23 2
  #define _PATH_UTMP      "/etc/utmp"
--- 29,41 ----
d27 2
a28 2
! #define _PATH_FTPUSERS  "!!PREFIX!!/etc/ftpusers"
! #define _PATH_FTPACCESS "!!PREFIX!!/etc/ftpaccess"
d30 2
a31 2
! #define _PATH_PIDNAMES  "!!PREFIX!!/daemon/ftpd/ftp.pids-%s"
! #define _PATH_CVT       "!!PREFIX!!/etc/ftpconversions"
d33 1
a33 1
! #define _PATH_PRIVATE   "!!PREFIX!!/etc/ftpgroups"
d36 3
a38 7
  #define _PATH_UTMP      "/etc/utmp"
***************
*** 47,52 ****
  #define _PATH_DEVNULL   "/dev/null"
  
  #ifdef  HOST_ACCESS
! #define _PATH_FTPHOSTS  "/usr/local/etc/ftphosts"
d41 4
a44 2
--- 47,53 ----
  #define _PATH_DEVNULL   "/dev/null"
d47 2
a48 2
! #define _PATH_FTPHOSTS  "!!PREFIX!!/etc/ftphosts"
! #else
@


1.2
log
@change _PATH_PIDNAME to "/var/run/ftp.pids-%s"
@
text
@d25 1
a25 1
! #define _PATH_PIDNAMES  "/var/run/ftp.pids-%s"
@


1.1
log
@Initial revision
@
text
@d25 1
a25 1
! #define _PATH_PIDNAMES  "!!PREFIX!!/daemon/ftpd/ftp.pids-%s"
@


1.1.1.1
log
@Reviewed by:	
Submitted by:	
Obtained from:
wuarchive ftpd with skey support
@
text
@@
