Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 2000 10:40:11 -0400 (EDT)
From:      "Chris D. Faulhaber" <jedgar@fxp.org>
To:        Kris Kennaway <kris@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/etc rc.network src/crypto/openssh sshd_config
Message-ID:  <Pine.BSF.4.21.0005151038320.294-100000@earth.fxp>
In-Reply-To: <200005150540.WAA41159@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 14 May 2000, Kris Kennaway wrote:

> kris        2000/05/14 22:40:28 PDT
> 
>   Modified files:
>     etc                  rc.network 
>     crypto/openssh       sshd_config 
>   Log:
>   Create a DSA host key if one does not already exist, and teach sshd_config
>   about it.
>   

Seems you left in an extra set of ';;' in the case statement, causing
problems upon booting...see patch below:

-----
Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org
--------------------------------------------------------
FreeBSD: The Power To Serve   -   http://www.FreeBSD.org

Index: rc.network
===================================================================
RCS file: /home/ncvs/src/etc/rc.network,v
retrieving revision 1.77
diff -u -r1.77 rc.network
--- rc.network	2000/05/15 05:40:26	1.77
+++ rc.network	2000/05/15 14:39:55
@@ -624,7 +624,6 @@
 			echo ' creating ssh RSA host key';
 			/usr/bin/ssh-keygen -N "" -f /etc/ssh/ssh_host_key
 		fi
-		;;
 		if [ ! -f /etc/ssh/ssh_host_dsa_key ]; then
 			echo ' creating ssh DSA host key';
 			/usr/bin/ssh-keygen -d -N "" -f /etc/ssh/ssh_host_dsa_key



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0005151038320.294-100000>