diff options
author | Michael Haro <mharo@FreeBSD.org> | 2004-05-14 06:46:12 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2004-05-14 06:46:12 +0000 |
commit | 81998d276e1b834f8390e633663e024f8b49e713 (patch) | |
tree | 6b376b4bde445bbc60283b832f8596b7731b5af8 /ftp/proftpd/files | |
parent | 2488eb399a60388e6fe3cfebfb933275c81bde36 (diff) | |
download | ports-81998d276e1b834f8390e633663e024f8b49e713.tar.gz ports-81998d276e1b834f8390e633663e024f8b49e713.zip |
Notes
Diffstat (limited to 'ftp/proftpd/files')
-rw-r--r-- | ftp/proftpd/files/patch-af | 6 | ||||
-rw-r--r-- | ftp/proftpd/files/patch-ah | 4 | ||||
-rw-r--r-- | ftp/proftpd/files/patch-configure | 11 |
3 files changed, 5 insertions, 16 deletions
diff --git a/ftp/proftpd/files/patch-af b/ftp/proftpd/files/patch-af index 102a7f802220..87c4b028f886 100644 --- a/ftp/proftpd/files/patch-af +++ b/ftp/proftpd/files/patch-af @@ -1,8 +1,8 @@ ---- src/proftpd.8.orig Wed Jul 5 23:13:50 2000 -+++ src/proftpd.8 Fri Jul 28 10:54:41 2000 +--- src/proftpd.8.in.orig Thu May 13 23:37:05 2004 ++++ src/proftpd.8.in Thu May 13 23:37:55 2004 @@ -22,6 +22,12 @@ connection to the FTP service is made, or alternatively it can be run as a - stand-alone daemon. + standalone daemon. .PP +.br +Each successful and failed ftp(1) session is logged using syslog with a diff --git a/ftp/proftpd/files/patch-ah b/ftp/proftpd/files/patch-ah index 2b9dc49f0b01..1cea5a3ce4a0 100644 --- a/ftp/proftpd/files/patch-ah +++ b/ftp/proftpd/files/patch-ah @@ -1,5 +1,5 @@ ---- modules/mod_auth_unix.c.orig Thu Mar 13 14:00:00 2003 -+++ modules/mod_auth_unix.c Thu Mar 13 14:04:45 2003 +--- modules/mod_auth_unix.c.orig Thu May 13 23:40:18 2004 ++++ modules/mod_auth_unix.c Thu May 13 23:40:27 2004 @@ -57,6 +57,7 @@ #endif /* HAVE_HPSECURITY_H or HPUX10 or HPUX11 */ diff --git a/ftp/proftpd/files/patch-configure b/ftp/proftpd/files/patch-configure deleted file mode 100644 index 1f7399541f8d..000000000000 --- a/ftp/proftpd/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- ./configure.orig Fri Mar 14 18:19:10 2003 -+++ ./configure Fri Mar 14 18:19:25 2003 -@@ -11202,8 +11202,8 @@ - #if HAVE_NETDB_H - #include <netdb.h> - #endif -- #include <sys/socket.h> - #include <sys/types.h> -+ #include <sys/socket.h> - - int |