summaryrefslogtreecommitdiff
path: root/security/krb5-16/files/patch-ai
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-02-14 10:41:19 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-02-14 10:41:19 +0000
commitce5da22b7076167a515a6a0b602b22b67022e5ff (patch)
tree2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /security/krb5-16/files/patch-ai
parentYipes, committed the wrong one. This is the INDEX file for 3.1R. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Diffstat (limited to 'security/krb5-16/files/patch-ai')
-rw-r--r--security/krb5-16/files/patch-ai25
1 files changed, 0 insertions, 25 deletions
diff --git a/security/krb5-16/files/patch-ai b/security/krb5-16/files/patch-ai
deleted file mode 100644
index 5eacca9caf86..000000000000
--- a/security/krb5-16/files/patch-ai
+++ /dev/null
@@ -1,25 +0,0 @@
-*** appl/gssftp/ftpd/ftpd.c.ORIG Fri Feb 6 19:41:25 1998
---- appl/gssftp/ftpd/ftpd.c Tue Jun 30 19:46:01 1998
-***************
-*** 374,380 ****
- #ifndef LOG_DAEMON
- #define LOG_DAEMON 0
- #endif
-! openlog("ftpd", LOG_PID | LOG_NDELAY, LOG_DAEMON);
- addrlen = sizeof (his_addr);
- if (getpeername(0, (struct sockaddr *)&his_addr, &addrlen) < 0) {
- syslog(LOG_ERR, "getpeername (%s): %m",argv[0]);
---- 374,386 ----
- #ifndef LOG_DAEMON
- #define LOG_DAEMON 0
- #endif
-!
-! #ifndef LOG_FTP
-! #define FACILITY LOG_DAEMON
-! #else
-! #define FACILITY LOG_FTP
-! #endif
-! openlog("ftpd", LOG_PID | LOG_NDELAY, FACILITY);
- addrlen = sizeof (his_addr);
- if (getpeername(0, (struct sockaddr *)&his_addr, &addrlen) < 0) {
- syslog(LOG_ERR, "getpeername (%s): %m",argv[0]);