1999-10-24 01:57:37 +00:00
|
|
|
*** src/pathnames.h.orig Wed Oct 20 20:27:34 1999
|
|
|
|
--- src/pathnames.h Wed Oct 20 20:30:19 1999
|
1994-10-23 01:37:00 +00:00
|
|
|
***************
|
1999-10-24 01:57:37 +00:00
|
|
|
*** 104,113 ****
|
|
|
|
#define _PATH_FTPSERVERS "/opt/ftpd/lib/ftpservers"
|
|
|
|
#endif
|
1997-01-30 17:00:56 +00:00
|
|
|
#else
|
1999-10-24 01:57:37 +00:00
|
|
|
! #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"
|
1997-01-30 17:00:56 +00:00
|
|
|
#endif
|
1999-10-24 01:57:37 +00:00
|
|
|
--- 104,113 ----
|
|
|
|
#define _PATH_FTPSERVERS "/opt/ftpd/lib/ftpservers"
|
1995-08-08 11:06:34 +00:00
|
|
|
#endif
|
1997-01-30 17:00:56 +00:00
|
|
|
#else
|
1999-10-24 01:57:37 +00:00
|
|
|
! #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"
|
1994-10-23 01:37:00 +00:00
|
|
|
#endif
|
1995-08-08 11:06:34 +00:00
|
|
|
***************
|
1999-10-24 01:57:37 +00:00
|
|
|
*** 203,209 ****
|
|
|
|
#ifdef USE_OPT_FTPD
|
|
|
|
#define _PATH_FTPHOSTS "/opt/ftpd/lib/ftphosts"
|
1997-01-30 17:00:56 +00:00
|
|
|
#else
|
|
|
|
! #define _PATH_FTPHOSTS "/usr/local/lib/ftpd/ftphosts"
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#endif
|
1999-10-24 01:57:37 +00:00
|
|
|
--- 203,209 ----
|
|
|
|
#ifdef USE_OPT_FTPD
|
|
|
|
#define _PATH_FTPHOSTS "/opt/ftpd/lib/ftphosts"
|
1997-01-30 17:00:56 +00:00
|
|
|
#else
|
|
|
|
! #define _PATH_FTPHOSTS "!!PREFIX!!/etc/ftphosts"
|
|
|
|
#endif
|
|
|
|
#endif
|
1994-10-23 01:37:00 +00:00
|
|
|
#endif
|