]> git.pld-linux.org Git - packages/proftpd.git/blame - proftpd-paths.patch
- more useful options
[packages/proftpd.git] / proftpd-paths.patch
CommitLineData
5e32873f 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
7b7692b8
ER
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 @@
5e32873f 21 * overriden at runtime with the '-c' switch
22 */
7b7692b8
ER
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"
5e32873f 26 #endif
27
28 /* The location of your `shells' file; a newline delimited list of
7b7692b8 29@@ -80,6 +80,6 @@
5e32873f 30 /* Location of the file containing users that *cannot* use ftp
31 * services (odd, eh?)
32 */
7b7692b8
ER
33-#define PR_FTPUSERS_PATH "/etc/ftpusers"
34+#define PR_FTPUSERS_PATH "/etc/ftpd/ftpusers"
5e32873f 35
36 #endif /* PROFTPD_PATHS_H */
This page took 0.02752 seconds and 4 git commands to generate.