1995-08-08 11:06:34 +00:00
|
|
|
*** src/pathnames.h.orig Wed Apr 13 13:46:48 1994
|
|
|
|
--- src/pathnames.h Sun Aug 6 21:45:38 1995
|
1994-10-23 01:37:00 +00:00
|
|
|
***************
|
1995-08-08 11:06:34 +00:00
|
|
|
*** 29,46 ****
|
1994-10-23 01:37:00 +00:00
|
|
|
*
|
|
|
|
* @(#)pathnames.h 5.2 (Berkeley) 6/1/90 */
|
|
|
|
|
|
|
|
! #define _PATH_FTPUSERS "/etc/ftpusers"
|
1995-08-08 11:06:34 +00:00
|
|
|
#define _PATH_FTPACCESS "/usr/local/etc/ftpaccess"
|
1994-10-23 01:37:00 +00:00
|
|
|
#define _PATH_EXECPATH "/bin/ftp-exec"
|
|
|
|
! #define _PATH_PIDNAMES "/usr/local/daemon/ftpd/ftp.pids-%s"
|
1995-08-08 11:06:34 +00:00
|
|
|
#define _PATH_CVT "/usr/local/etc/ftpconversions"
|
1994-10-23 01:37:00 +00:00
|
|
|
! #define _PATH_XFERLOG "/usr/adm/xferlog"
|
|
|
|
! #define _PATH_PRIVATE "/etc/ftpgroups"
|
|
|
|
|
|
|
|
#ifndef _PATH_UTMP
|
1995-08-08 11:06:34 +00:00
|
|
|
! #define _PATH_UTMP "/etc/utmp"
|
|
|
|
! #define _PATH_WTMP "/usr/adm/wtmp"
|
|
|
|
! #define _PATH_LASTLOG "/usr/adm/lastlog"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define _PATH_BSHELL "/bin/sh"
|
|
|
|
--- 29,46 ----
|
1994-10-23 01:37:00 +00:00
|
|
|
*
|
|
|
|
* @(#)pathnames.h 5.2 (Berkeley) 6/1/90 */
|
|
|
|
|
1995-08-08 11:06:34 +00:00
|
|
|
! #define _PATH_FTPUSERS "/usr/local/etc/ftpusers"
|
|
|
|
#define _PATH_FTPACCESS "/usr/local/etc/ftpaccess"
|
1994-10-23 01:37:00 +00:00
|
|
|
#define _PATH_EXECPATH "/bin/ftp-exec"
|
1995-08-08 11:06:34 +00:00
|
|
|
! #define _PATH_PIDNAMES "/var/run/ftp.pids-%s"
|
|
|
|
#define _PATH_CVT "/usr/local/etc/ftpconversions"
|
1994-10-23 01:37:00 +00:00
|
|
|
! #define _PATH_XFERLOG "/var/log/xferlog"
|
1995-08-08 11:06:34 +00:00
|
|
|
! #define _PATH_PRIVATE "/usr/local/etc/ftpgroups"
|
1994-10-23 01:37:00 +00:00
|
|
|
|
|
|
|
#ifndef _PATH_UTMP
|
1995-08-08 11:06:34 +00:00
|
|
|
! #define _PATH_UTMP "/var/run/utmp"
|
|
|
|
! #define _PATH_WTMP "/var/log/wtmp"
|
|
|
|
! #define _PATH_LASTLOG "/var/log/lastlog"
|
1994-10-23 01:37:00 +00:00
|
|
|
#endif
|
|
|
|
|
1995-08-08 11:06:34 +00:00
|
|
|
#define _PATH_BSHELL "/bin/sh"
|
|
|
|
***************
|
|
|
|
*** 48,52 ****
|
|
|
|
--- 48,53 ----
|
1994-10-23 01:37:00 +00:00
|
|
|
|
|
|
|
#ifdef HOST_ACCESS
|
1995-08-08 11:06:34 +00:00
|
|
|
#define _PATH_FTPHOSTS "/usr/local/etc/ftphosts"
|
|
|
|
+ #else
|
1994-10-23 01:37:00 +00:00
|
|
|
#endif
|
|
|
|
|