From fbbfc1cb3cb6f903422369ab56035cc72ce74e15 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Fri, 14 Oct 2005 18:00:53 +0000 Subject: [PATCH] * changed mnemosyne2/dropbear to install scp and ssh compatibility symlinks --- pkg_conf/dropbear.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg_conf/dropbear.conf b/pkg_conf/dropbear.conf index 10f12f1..0919a99 100644 --- a/pkg_conf/dropbear.conf +++ b/pkg_conf/dropbear.conf @@ -14,3 +14,6 @@ # --- T2-COPYRIGHT-NOTE-END --- . $base/target/$SDECFG_TRG_MNEMOSYNE/pkg_conf/openssh.conf + +hook_add postmake 9 'INSTALL_WRAPPER_FILTER= ln -vs dbscp $root/$bindir/scp' +hook_add postmake 9 'INSTALL_WRAPPER_FILTER= ln -vs dbclient $root/$bindir/ssh'