summaryrefslogtreecommitdiff
path: root/net/wu-ftpd/patches/patch-ab
blob: 0588b1ac9840fc613bfd656f516edf2fa1c4fc31 (plain)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
*** src/pathnames.h.orig	Mon Dec 22 00:25:08 1997
--- src/pathnames.h	Mon Mar  2 19:13:35 1998
***************
*** 45,54 ****
  #define _PATH_CVT       "/etc/ftpd/ftpconversions"
  #define _PATH_PRIVATE   "/etc/ftpd/ftpgroups"
  #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"
  #endif
  #endif
  
--- 45,54 ----
  #define _PATH_CVT       "/etc/ftpd/ftpconversions"
  #define _PATH_PRIVATE   "/etc/ftpd/ftpgroups"
  #else
! #define _PATH_FTPUSERS  "/usr/pkg/etc/ftpusers"
! #define _PATH_FTPACCESS "/usr/pkg/etc/ftpaccess"
! #define _PATH_CVT       "/usr/pkg/etc/ftpconversions"
! #define _PATH_PRIVATE   "/usr/pkg/etc/ftpgroups"
  #endif
  #endif
  
***************
*** 69,78 ****
  #endif
  #else
  #ifndef _PATH_PIDNAMES
! #define _PATH_PIDNAMES  "/usr/local/lib/ftpd/pids/%s"
  #endif
  #ifndef _PATH_XFERLOG
! #define _PATH_XFERLOG   "/usr/local/logs/xferlog"
  #endif
  #endif
  
--- 69,78 ----
  #endif
  #else
  #ifndef _PATH_PIDNAMES
! #define _PATH_PIDNAMES  "/usr/pkg/lib/ftpd/pids/%s"
  #endif
  #ifndef _PATH_XFERLOG
! #define _PATH_XFERLOG   "/usr/pkg/logs/xferlog"
  #endif
  #endif
  
***************
*** 117,123 ****
  #ifdef USE_ETC_FTPD
  #define _PATH_FTPHOSTS  "/etc/ftpd/ftphosts"
  #else
! #define _PATH_FTPHOSTS  "/usr/local/lib/ftpd/ftphosts"
  #endif
  #endif
  #endif
--- 117,123 ----
  #ifdef USE_ETC_FTPD
  #define _PATH_FTPHOSTS  "/etc/ftpd/ftphosts"
  #else
! #define _PATH_FTPHOSTS  "/usr/pkg/etc/ftphosts"
  #endif
  #endif
  #endif