diff options
author | Piter PUNK <piterpunk@slackware.com> | 2010-05-11 22:25:12 +0200 |
---|---|---|
committer | Alan Hicks <alan@lizella.net> | 2010-05-11 22:25:12 +0200 |
commit | 4cd45d3379f3476aa40d36bae1398764a90e0b77 (patch) | |
tree | 8bb7e5c95cea774d28a1673753822e970a9e912c /network/dropbear | |
parent | 0ddbdbac181797afac0d0f25e0d2689ec804a498 (diff) | |
download | slackbuilds-4cd45d3379f3476aa40d36bae1398764a90e0b77.tar.gz |
network/dropbear: Updated for version 0.50
Diffstat (limited to 'network/dropbear')
-rw-r--r-- | network/dropbear/README | 5 | ||||
-rw-r--r-- | network/dropbear/doinst.sh | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/network/dropbear/README b/network/dropbear/README index c73c86120f..625d2d433c 100644 --- a/network/dropbear/README +++ b/network/dropbear/README @@ -8,5 +8,6 @@ wireless routers. Please note that this package conflicts with OpenSSH's scp binary. Installing this package will overwrite this file with a symbolic link -to the dropbearmulti binary. If you later remove dropbear, scp will no -longer work. +to the dropbearmulti binary, so a backup of /usr/bin/scp will be made +if it exists. After uninstalling dropbear, you can restore the backup +with 'mv /usr/bin/scp.openssh /usr/bin/scp'. diff --git a/network/dropbear/doinst.sh b/network/dropbear/doinst.sh index f6e2f5b030..7b2d54ca18 100644 --- a/network/dropbear/doinst.sh +++ b/network/dropbear/doinst.sh @@ -17,4 +17,8 @@ if [ -e etc/rc.d/rc.dropbear ]; then mv etc/rc.d/rc.dropbear.new.incoming etc/rc.d/rc.dropbear.new fi +if [ -e usr/bin/scp ]; then + mv usr/bin/scp usr/bin/scp.openssh +fi + config etc/rc.d/rc.dropbear.new |