Titel: mod_delay patch für proftpd v1.3rc2 Beitrag von: rnshorst am 02. Oktober 2005, 15:46:22 -- mod_delay/mod_delay.c.orig 2005-10-02 16:00:41.245198000 +0200
+++ mod_delay/mod_delay.c 2005-10-02 16:01:33.702907236 +0200 @@ -734,7 +734,7 @@ */ static int delay_init(void) { - delay_tab.dt_path = RUN_DIR "/proftpd.delay"; + delay_tab.dt_path = PR_RUN_DIR "/proftpd.delay"; delay_tab.dt_data = NULL; pr_event_register(&delay_module, "core.exit", delay_exit_ev, NULL); |