From owner-cvs-all Tue Jan 8 7: 5:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AABFB37B41E; Tue, 8 Jan 2002 07:05:08 -0800 (PST) Received: (from cy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g08F58h05634; Tue, 8 Jan 2002 07:05:08 -0800 (PST) (envelope-from cy) Message-Id: <200201081505.g08F58h05634@freefall.freebsd.org> From: Cy Schubert Date: Tue, 8 Jan 2002 07:05:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/krb5 Makefile pkg-plist ports/security/krb5/files README.FreeBSD patch-appl::bsd::Makefile.in patch-appl::bsd::klogind.M patch-appl::telnet::telnetd::Makefile.in patch-appl::telnet::telnetd::telnetd.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cy 2002/01/08 07:05:08 PST Modified files: security/krb5 Makefile pkg-plist Added files: security/krb5/files README.FreeBSD patch-appl::bsd::Makefile.in patch-appl::bsd::klogind.M patch-appl::telnet::telnetd::Makefile.in patch-appl::telnet::telnetd::telnetd.8 Log: In order to make the MIT KRB5 port compatible with FreeBSD, the port now makes use of login.conf and login.access. This is performed by using FreeBSD login(1) instead of MIT KRB5 login.krb5(8). The MIT KRB5 login.krb5(8) can still be used by specifying "-L" in the klogind and telnetd arguments in inetd.conf. This is documented in a new file called README.FreeBSD. Reviewed by: nectar Revision Changes Path 1.30 +13 -3 ports/security/krb5/Makefile 1.1 +32 -0 ports/security/krb5/files/README.FreeBSD (new) 1.1 +11 -0 ports/security/krb5/files/patch-appl::bsd::Makefile.in (new) 1.1 +34 -0 ports/security/krb5/files/patch-appl::bsd::klogind.M (new) 1.1 +11 -0 ports/security/krb5/files/patch-appl::telnet::telnetd::Makefile.in (new) 1.1 +22 -0 ports/security/krb5/files/patch-appl::telnet::telnetd::telnetd.8 (new) 1.8 +1 -0 ports/security/krb5/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message