--- proftpd-1.2.0pre3/contrib/xferstats.holger-preiss Sun Oct 18 04:24:41 1998 +++ proftpd-1.2.0pre3.pld/contrib/xferstats.holger-preiss Fri May 28 10:49:08 1999 @@ -1,4 +1,4 @@ -#! /usr/bin/perl +#!/usr/bin/perl # --------------------------------------------------------------------------- # # USAGE: xferstats @@ -40,7 +40,7 @@ # If you want to specify $mydom1 and $mydom2 manually you should edit the # next two lines to customize for your domain. This will allow your domain # to be separated in the domain listing. -# $mydom1 = "debian"; +# $mydom1 = "pld"; # $mydom2 = "org"; # edit the next line to customize for your default log file --- proftpd-1.3.0/include/default_paths.h~ 2006-04-29 14:05:26.906490255 +0300 +++ proftpd-1.3.0/include/default_paths.h 2006-04-29 14:06:53.778425641 +0300 @@ -57,7 +57,7 @@ * overriden at runtime with the '-c' switch */ #ifndef PR_CONFIG_FILE_PATH -# define PR_CONFIG_FILE_PATH "/etc/proftpd.conf" +# define PR_CONFIG_FILE_PATH "/etc/ftpd/proftpd.conf" #endif /* The location of your `shells' file; a newline delimited list of @@ -80,6 +80,6 @@ /* Location of the file containing users that *cannot* use ftp * services (odd, eh?) */ -#define PR_FTPUSERS_PATH "/etc/ftpusers" +#define PR_FTPUSERS_PATH "/etc/ftpd/ftpusers" #endif /* PROFTPD_PATHS_H */