diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-13 22:14:24 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-13 22:14:24 +0000 |
commit | f6e1dad6e278dfe72173ded58c11eb5cd12d2a8a (patch) | |
tree | d4294e8ab79e4146fe17b507991106f5be88deb1 | |
parent | ae917c35848fd345e6944d64c298662091882e72 (diff) |
don't generate dss keys by default
BKrev: 40ccd1c0Hl-mZUJH_OwwRGd3y98S8Q
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 | ||||
-rw-r--r-- | dropbear/dropbear_0.41.oe | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index d381cc4709..b02433e6fc 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -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 diff --git a/dropbear/dropbear_0.41.oe b/dropbear/dropbear_0.41.oe index fad6f34904..7f469f6fd6 100644 --- a/dropbear/dropbear_0.41.oe +++ b/dropbear/dropbear_0.41.oe @@ -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 () { |