summaryrefslogtreecommitdiff
path: root/ftp/wu-ftpd/files/patch-ac
blob: 971dbb40f3e6f8a7dc8f8a10cc3384a0a89e22b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
*** src/pathnames.h.orig	Wed Apr 13 13:46:48 1994
--- src/pathnames.h	Sun Aug  6 21:45:38 1995
***************
*** 29,46 ****
   *
   * @(#)pathnames.h 5.2 (Berkeley) 6/1/90 */
  
! #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"
  #endif
  
  #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"
  #endif
  
  #define _PATH_BSHELL    "/bin/sh"
***************
*** 48,52 ****
--- 48,53 ----
  
  #ifdef  HOST_ACCESS
  #define _PATH_FTPHOSTS  "/usr/local/etc/ftphosts"
+ #else
  #endif