]> git.pld-linux.org Git - packages/proftpd.git/blob - proftpd-paths.patch
- remove remnants from template.init
[packages/proftpd.git] / proftpd-paths.patch
1 diff -Nur proftpd-1.2.0pre3/contrib/xferstats.holger-preiss proftpd-1.2.0pre3.pld/contrib/xferstats.holger-preiss
2 --- proftpd-1.2.0pre3/contrib/xferstats.holger-preiss   Sun Oct 18 04:24:41 1998
3 +++ proftpd-1.2.0pre3.pld/contrib/xferstats.holger-preiss       Fri May 28 10:49:08 1999
4 @@ -1,4 +1,4 @@
5 -#! /usr/bin/perl
6 +#!/usr/bin/perl
7  # ---------------------------------------------------------------------------
8  #
9  # USAGE: xferstats <options>
10 @@ -40,7 +40,7 @@
11  # If you want to specify $mydom1 and $mydom2 manually you should edit the
12  # next two lines to customize for your domain. This will allow your domain
13  # to be separated in the domain listing.
14 -# $mydom1 = "debian";
15 +# $mydom1 = "pld";
16  # $mydom2 = "org";
17  
18  # edit the next line to customize for your default log file
19 diff -Nur proftpd-1.2.0pre3/include/default_paths.h proftpd-1.2.0pre3.pld/include/default_paths.h
20 --- proftpd-1.2.0pre3/include/default_paths.h   Sun Oct 18 04:24:41 1998
21 +++ proftpd-1.2.0pre3.pld/include/default_paths.h       Fri May 28 10:47:56 1999
22 @@ -30,7 +30,7 @@
23   * ftpcount, ftpwho, etc.
24   */
25  #ifndef RUN_DIR
26 -#define RUN_DIR                        "/var/run/proftpd"
27 +#define RUN_DIR                        "/var/run"
28  #endif
29  
30  /* The location you wish to place any core files produced as a result of
31 @@ -51,7 +51,7 @@
32   * overriden at runtime with the '-c' switch
33   */
34  #ifndef CONFIG_FILE_PATH
35 -#define        CONFIG_FILE_PATH        "/etc/proftpd.conf"
36 +#define        CONFIG_FILE_PATH        "/etc/ftpd/proftpd.conf"
37  #endif
38  
39  /* The location of your `shells' file; a newline delimited list of
40 @@ -75,6 +75,6 @@
41  /* Location of the file containing users that *cannot* use ftp
42   * services (odd, eh?)
43   */
44 -#define FTPUSERS_PATH          "/etc/ftpusers"
45 +#define FTPUSERS_PATH          "/etc/ftpd/ftpusers"
46  
47  #endif /* PROFTPD_PATHS_H */
48 --- proftpd-1.2.0rc2/configure.in~      Sun Sep 17 07:09:08 2000
49 +++ proftpd-1.2.0rc2/configure.in       Sun Sep 17 07:10:35 2000
50 @@ -1184,13 +1184,6 @@
51  test "x$prefix" = xNONE && prefix=$ac_default_prefix
52  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
53  
54 -AC_DEFINE_UNQUOTED(CONFIG_FILE_PATH,
55 -                       "`eval echo "${sysconfdir}/proftpd.conf"`")
56 -AC_DEFINE_UNQUOTED(PID_FILE_PATH,
57 -                       "`eval echo "${localstatedir}/proftpd.pid"`")
58 -AC_DEFINE_UNQUOTED(RUN_DIR,
59 -                       "`eval echo "${localstatedir}/proftpd"`")
60 -
61  prefix="$pr_saved_prefix"
62  exec_prefix="$pr_saved_exec_prefix"
63  
This page took 0.0495 seconds and 3 git commands to generate.