From owner-freebsd-bugs Mon Nov 26 9:30:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 243C337B41D for ; Mon, 26 Nov 2001 09:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQHU2a90434; Mon, 26 Nov 2001 09:30:02 -0800 (PST) (envelope-from gnats) Date: Mon, 26 Nov 2001 09:30:02 -0800 (PST) Message-Id: <200111261730.fAQHU2a90434@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Makoto Matsushita Subject: Re: conf/32288: After install: /etc/rc complains if crypto is not installed Reply-To: Makoto Matsushita Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/32288; it has been noted by GNATS. From: Makoto Matsushita To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: conf/32288: After install: /etc/rc complains if crypto is not installed Date: Tue, 27 Nov 2001 02:23:37 +0900 des> This is because sysinstall sets sshd_enable to YES. It should des> probably set it to NO when crypto is not installed. sysinstall sets sshd_enable to YES if you 1) select 'Medium' in security profile 2) enable sshd in "Networking Services" menu I suppose PR originator do 1), is it true? des> In addition, rc.network should check for the existence and des> executability of ssh-keygen, which should probably be des> parametrized. In /etc/rc, sshd starts only if sshd_enable=YES *and* /usr/bin/sshd exists as a executable file. IMHO, tweaking /etc/rc.network is only required for fixing this. -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message