From: Francesco Paolo Lovergine <frankie@debian.org>
Date: Sat, 1 Mar 2025 11:59:24 +0000
Subject: Fixes default xferlog pathname in ftpstats

Forwarded: not needed
Bug-Debian: http://bugs.debian.org/378826
---
 contrib/xferstats.holger-preiss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/xferstats.holger-preiss b/contrib/xferstats.holger-preiss
index b3b3abf..4747785 100755
--- a/contrib/xferstats.holger-preiss
+++ b/contrib/xferstats.holger-preiss
@@ -58,7 +58,7 @@ $mydom1 = pop(@mydom);
 # $mydom2 = "org";
 
 # edit the next line to customize for your default log file
-$usage_file = "/var/log/xferlog";
+$usage_file = "/var/log/proftpd/xferlog";
 
 # Edit the following lines for default report settings.
 # Entries defined here will be over-ridden by the command line.
