don't generate dss keys by default
authorPhil Blundell <philb@gnu.org>
Sun, 13 Jun 2004 22:14:24 +0000 (22:14 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 13 Jun 2004 22:14:24 +0000 (22:14 +0000)
BKrev: 40ccd1c0Hl-mZUJH_OwwRGd3y98S8Q

BitKeeper/etc/logging_ok
dropbear/dropbear_0.41.oe

index d381cc4..b02433e 100644 (file)
@@ -31,6 +31,7 @@ mickeyl@r2d2.tm.informatik.uni-frankfurt.de
 mithro@mithis.com
 p.osiczko@tetrapyloctomy.org
 pablo@kosmos.(none)
+pb@dixie.nexus.co.uk
 pb_@gandalf.tm.informatik.uni-frankfurt.de
 ral@alwin.at.home
 schurig@mnz66.mn-logistik.de
index fad6f34..7f469f6 100644 (file)
@@ -26,9 +26,9 @@ if [ -n "$D"  ]; then exit 1; fi
 if [ ! -f "${sysconfdir}/dropbear/dropbear_rsa_host_key" ]; then
        dropbearkey -t rsa -f ${sysconfdir}/dropbear/dropbear_rsa_host_key
 fi
-if [ ! -f "${sysconfdir}/dropbear/dropbear_dss_host_key" ]; then
-       dropbearkey -t dss -f ${sysconfdir}/dropbear/dropbear_dss_host_key
-fi
+#if [ ! -f "${sysconfdir}/dropbear/dropbear_dss_host_key" ]; then
+#      dropbearkey -t dss -f ${sysconfdir}/dropbear/dropbear_dss_host_key
+#fi
 }
 
 pkg_postrm_append () {