]> git.pld-linux.org Git - packages/pure-ftpd.git/commitdiff
log directory where deletion happens
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 21 Jun 2007 15:59:52 +0000 (15:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pure-ftpd-del-log-path.patch -> 1.1

pure-ftpd-del-log-path.patch [new file with mode: 0644]

diff --git a/pure-ftpd-del-log-path.patch b/pure-ftpd-del-log-path.patch
new file mode 100644 (file)
index 0000000..b0c45c3
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN pure-ftpd-1.0.21.org/src/ftpd.c pure-ftpd-1.0.21/src/ftpd.c
+--- pure-ftpd-1.0.21.org/src/ftpd.c    2006-02-21 14:14:49.000000000 +0100
++++ pure-ftpd-1.0.21/src/ftpd.c        2007-06-21 17:58:13.317607572 +0200
+@@ -2662,7 +2662,7 @@
+     }
+ #endif
+     addreply(250, MSG_DELE_SUCCESS, name);
+-    logfile(LOG_NOTICE, MSG_DELE_SUCCESS, name);    
++    logfile(LOG_NOTICE, "%s: " MSG_DELE_SUCCESS, wp, name);    
+     return;
+     
+     denied:
This page took 0.054146 seconds and 4 git commands to generate.