Changes of Revision 5
[-] [+] | Added | pure-ftpd-1.0.20_virtualhosts.patch |
@@ -0,0 +1,13 @@ +Index: src/ftpd.h +=================================================================== +--- src/ftpd.h.orig ++++ src/ftpd.h +@@ -393,7 +393,7 @@ extern int opt_a, opt_C, opt_d, opt_F, o + #endif + + #ifndef VHOST_PATH +-# define VHOST_PATH CONFDIR "/pure-ftpd" ++# define VHOST_PATH CONFDIR "/vhosts" + #endif + + #ifdef WITH_TLS |