diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-02-22 15:20:40 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-02-22 15:20:40 +0000 |
commit | b240c3833bba21fb66e1cd4c60902d73f2937846 (patch) | |
tree | 5721d3efbb262eb5a9c2ef61e2f23e17f0156f13 /packages/dropbear/dropbear.inc | |
parent | 1dae69bdb0d41e96655d849de94b85d4fd6ccfda (diff) | |
parent | a56af0e28abb819387d23c156ca5312f2d13984f (diff) |
merge of '59341f601c1006b473e6599023cd3870fec6ff99'
and 'eb5211066eab924478ebbdc53748a8615e528b02'
Diffstat (limited to 'packages/dropbear/dropbear.inc')
-rw-r--r-- | packages/dropbear/dropbear.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dropbear/dropbear.inc b/packages/dropbear/dropbear.inc index 301ac24cb2..a53d2dbb87 100644 --- a/packages/dropbear/dropbear.inc +++ b/packages/dropbear/dropbear.inc @@ -26,7 +26,7 @@ BINCOMMANDS = "dbclient ssh scp" EXTRA_OEMAKE = 'MULTI=1 SCPPROGRESS=1 PROGRAMS="${SBINCOMMANDS} ${BINCOMMANDS}"' do_configure_prepend() { - if [ "x${DISTRO}" != "xfamiliar" -a "${DISTRO_TYPE}" == "debug" ]; then + if [ "x${DISTRO}" != "xfamiliar" -a "${DISTRO_TYPE}" = "debug" ]; then oenote "WARNING: applying allow-nopw.patch which allows password-less logins!" patch -p1 < ${WORKDIR}/allow-nopw.patch fi |