From 6b7ea58f15a89a2cb1b6d5e55fb3b8345e0435a9 Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Mon, 6 Jul 1998 18:59:06 +0000 Subject: Additional patches (already committed to krb5-current): * Paths corrected in applications * ftpd now logs to facility LOG_FTP * use openpty to obtain pseudo-terminal * corrected detection of TCL libraries * fix a forwarding bug * add -m flag to ksu (preserve USER, HOME, SHELL) * cosmetic bug fix to telnet.c Submitted by: Dima Ruban --- security/krb5-16/files/patch-at | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 security/krb5-16/files/patch-at (limited to 'security/krb5-16/files/patch-at') diff --git a/security/krb5-16/files/patch-at b/security/krb5-16/files/patch-at new file mode 100644 index 000000000000..ef9ea4856f7a --- /dev/null +++ b/security/krb5-16/files/patch-at @@ -0,0 +1,14 @@ +*** include/sys/syslog.h.ORIG Fri Feb 6 19:42:12 1998 +--- include/sys/syslog.h Tue Jun 30 19:46:02 1998 +*************** +*** 34,39 **** +--- 34,42 ---- + #define LOG_LPR (6<<3) /* line printer subsystem */ + #define LOG_NEWS (7<<3) /* network news subsystem */ + #define LOG_UUCP (8<<3) /* UUCP subsystem */ ++ #if (defined(BSD) && (BSD >= 199306)) ++ #define LOG_FTP (11<<3) /* ftp daemon */ ++ #endif + /* other codes through 15 reserved for system use */ + #define LOG_LOCAL0 (16<<3) /* reserved for local use */ + #define LOG_LOCAL1 (17<<3) /* reserved for local use */ -- cgit v1.2.3