Date: Mon, 26 Nov 2001 07:00:02 -0800 (PST) From: Dag-Erling Smorgrav <des@ofug.org> To: freebsd-bugs@FreeBSD.org Subject: Re: conf/32288: After install: /etc/rc complains if crypto is not installed Message-ID: <200111261500.fAQF02a57297@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/32288; it has been noted by GNATS. From: Dag-Erling Smorgrav <des@ofug.org> To: Ernst de Haan <znerd@freebsd.org> Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: conf/32288: After install: /etc/rc complains if crypto is not installed Date: 26 Nov 2001 15:54:32 +0100 Ernst de Haan <znerd@freebsd.org> writes: > Starting final network daemons: creating ssh RSA host key > /etc/rc: /usr/bin/ssh-keygen: not found > creating ssh DSA host key > /etc/rc: /usr/bin/ssh-keygen: not found > . This is because sysinstall sets sshd_enable to YES. It should probably set it to NO when crypto is not installed. In addition, rc.network should check for the existence and executability of ssh-keygen, which should probably be parametrized. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111261500.fAQF02a57297>