mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1a8eb4b4c1
Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
*** src/pathnames.h.orig Wed Oct 20 20:27:34 1999
|
|
--- src/pathnames.h 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
|