summaryrefslogtreecommitdiffstats
path: root/network/dropbear/README
diff options
context:
space:
mode:
author Andrew Clemons2017-06-26 21:51:58 +0200
committer Willy Sudiarto Raharjo2017-06-27 20:56:52 +0200
commitbe10688f283537e695f7ca66f077ee23d3f450cf (patch)
treed357a25aac43bf372edcd66f731c33864e3bee46 /network/dropbear/README
parent44e38a9d561dd0724511c6ee2b685eb88fe132c0 (diff)
downloadslackbuilds-be10688f283537e695f7ca66f077ee23d3f450cf.tar.gz
network/dropbear: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/dropbear/README')
-rw-r--r--network/dropbear/README16
1 files changed, 11 insertions, 5 deletions
diff --git a/network/dropbear/README b/network/dropbear/README
index 6b32bd804e..bae1c188d1 100644
--- a/network/dropbear/README
+++ b/network/dropbear/README
@@ -6,8 +6,14 @@ distributed under a MIT-style license. Dropbear is particularly
useful for "embedded"-type Linux (or other Unix) systems, such as
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, 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'.
+Please note the Dropbear distribution includes a standalone version of
+OpenSSH's scp program. This slackbuild will build this by default, thus
+creating a package which conflicts with OpenSSH's scp binary. Installing this
+package will overwrite this file with a symbolic link 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'.
+
+If you do not want to build the scp binary, use:
+
+ WITH_SCP=no ./dropbear.SlackBuild