X-Git-Url: https://git.tld-linux.org/?p=packages%2Fproftpd.git;a=blobdiff_plain;f=proftpd-paths.patch;fp=proftpd-paths.patch;h=39e56cacf84f10eba9d88fd718890ea2801b0f73;hp=b50179dbb06f51eecc30064accf5710d24a006e5;hb=7b21d79e3044100cf458d88f5f54c15b60b8c99d;hpb=ac9c232ffe12fb9fa6fb7b9f53a1650767bb3d2a diff --git a/proftpd-paths.patch b/proftpd-paths.patch index b50179d..39e56ca 100644 --- a/proftpd-paths.patch +++ b/proftpd-paths.patch @@ -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 */