From owner-cvs-all Fri Nov 19 19: 5:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F2DB14A13; Fri, 19 Nov 1999 19:05:32 -0800 (PST) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA20080; Fri, 19 Nov 1999 19:05:32 -0800 (PST) (envelope-from green@FreeBSD.org) Message-Id: <199911200305.TAA20080@freefall.freebsd.org> From: Brian Feldman Date: Fri, 19 Nov 1999 19:05:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssh Makefile ports/security/openssh/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk green 1999/11/19 19:05:32 PST Modified files: security/openssh Makefile security/openssh/pkg PLIST Log: Turn on HAVE_OPENPTY so more than 16 terminals work with sshd. Put sshd.sh installation in the pre-install, ssh_host_key generation back in the PLIST, and check for ssh_config, too. This port now works much better as a package. The configuration files and sshd.sh are also part of the package, and as such removed on deinstall. The proper upgrade procedure from one OpenSSH version to a newer one is: chflags schg /usr/local/etc/ssh* # preserve them from deletion cd /usr/ports/security/openssh make all deinstall reinstall clean Partially submitted by: peter Revision Changes Path 1.15 +5 -10 ports/security/openssh/Makefile 1.6 +4 -0 ports/security/openssh/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message