pkgsrc/net/proftpd/patches/patch-ab
martti ed2d53a296 Updated net/proftpd to 1.3.1rc3
Hello, ProFTPD community. The ProFTPD Project team is pleased to announce
that the third release candidate for ProFTPD 1.3.1 is now available
for public consumption.

The 1.3.1rc3 release includes a number of minor bugfixes, including
segfaults when handling the NLST command, dealing assigning IPv6 addresses
for the EPSV command, and better handling of Display files in chrooted
sessions.

Please read the included NEWS and ChangeLog files for the full details.
2007-07-06 11:04:40 +00:00

22 lines
598 B
Text

$NetBSD: patch-ab,v 1.7 2007/07/06 11:04:40 martti Exp $
--- configure.orig 2007-05-23 00:01:32.000000000 +0300
+++ configure 2007-07-06 13:52:59.000000000 +0300
@@ -37098,7 +37098,7 @@
_ACEOF
cat >>confdefs.h <<_ACEOF
-#define PR_RUN_DIR "`eval echo "${localstatedir}/proftpd"`"
+#define PR_RUN_DIR "`eval echo "${localstatedir}/run"`"
_ACEOF
cat >>confdefs.h <<_ACEOF
@@ -37106,7 +37106,7 @@
_ACEOF
cat >>confdefs.h <<_ACEOF
-#define PR_PID_FILE_PATH "`eval echo "${localstatedir}/proftpd.pid"`"
+#define PR_PID_FILE_PATH "`eval echo "${localstatedir}/run/proftpd.pid"`"
_ACEOF