]> git.pld-linux.org Git - packages/proftpd.git/blob - proftpd-paths.patch
- from Debian
[packages/proftpd.git] / proftpd-paths.patch
1 --- proftpd-1.2.0pre3/contrib/xferstats.holger-preiss   Sun Oct 18 04:24:41 1998
2 +++ proftpd-1.2.0pre3.pld/contrib/xferstats.holger-preiss       Fri May 28 10:49:08 1999
3 @@ -1,4 +1,4 @@
4 -#! /usr/bin/perl
5 +#!/usr/bin/perl
6  # ---------------------------------------------------------------------------
7  #
8  # USAGE: xferstats <options>
9 @@ -40,7 +40,7 @@
10  # If you want to specify $mydom1 and $mydom2 manually you should edit the
11  # next two lines to customize for your domain. This will allow your domain
12  # to be separated in the domain listing.
13 -# $mydom1 = "debian";
14 +# $mydom1 = "pld";
15  # $mydom2 = "org";
16  
17  # edit the next line to customize for your default log file
18 --- proftpd-1.3.0/include/default_paths.h~      2006-04-29 14:05:26.906490255 +0300
19 +++ proftpd-1.3.0/include/default_paths.h       2006-04-29 14:06:53.778425641 +0300
20 @@ -57,7 +57,7 @@
21   * overriden at runtime with the '-c' switch
22   */
23  #ifndef PR_CONFIG_FILE_PATH
24 -# define PR_CONFIG_FILE_PATH   "/etc/proftpd.conf"
25 +# define PR_CONFIG_FILE_PATH   "/etc/ftpd/proftpd.conf"
26  #endif
27  
28  /* The location of your `shells' file; a newline delimited list of
29 @@ -80,6 +80,6 @@
30  /* Location of the file containing users that *cannot* use ftp
31   * services (odd, eh?)
32   */
33 -#define PR_FTPUSERS_PATH       "/etc/ftpusers"
34 +#define PR_FTPUSERS_PATH       "/etc/ftpd/ftpusers"
35  
36  #endif /* PROFTPD_PATHS_H */
This page took 0.057299 seconds and 3 git commands to generate.