]> TLD Linux GIT Repositories - packages/proftpd.git/blobdiff - proftpd-paths.patch
- migrated configuration to /etc/proftpd
[packages/proftpd.git] / proftpd-paths.patch
index b50179dbb06f51eecc30064accf5710d24a006e5..39e56cacf84f10eba9d88fd718890ea2801b0f73 100644 (file)
@@ -30,7 +30,7 @@ diff -urNpa proftpd-1.3.6.orig/include/default_paths.h proftpd-1.3.6/include/def
   */
  #ifndef PR_CONFIG_FILE_PATH
 -# define PR_CONFIG_FILE_PATH  "/etc/proftpd.conf"
-+# define PR_CONFIG_FILE_PATH  "/etc/ftpd/proftpd.conf"
++# define PR_CONFIG_FILE_PATH  "/etc/proftpd/proftpd.conf"
  #endif
  
  /* The location of your `shells' file; a newline delimited list of
@@ -39,14 +39,14 @@ diff -urNpa proftpd-1.3.6.orig/include/default_paths.h proftpd-1.3.6/include/def
   * requests.
   */
 -#define PR_SHUTMSG_PATH               "/etc/shutmsg"
-+#define PR_SHUTMSG_PATH               "/etc/ftpd/shutmsg"
++#define PR_SHUTMSG_PATH               "/etc/proftpd/shutmsg"
  
  /* Location of the file containing users that *cannot* use ftp
   * services (odd, eh?)
   */
  #ifndef PR_FTPUSERS_PATH
 -# define PR_FTPUSERS_PATH     "/etc/ftpusers"
-+# define PR_FTPUSERS_PATH     "/etc/ftpd/ftpusers"
++# define PR_FTPUSERS_PATH     "/etc/proftpd/ftpusers"
  #endif
  
  #endif /* PROFTPD_PATHS_H */