aboutsummaryrefslogtreecommitdiff
path: root/network/dropbear/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/dropbear/README')
-rw-r--r--network/dropbear/README8
1 files changed, 6 insertions, 2 deletions
diff --git a/network/dropbear/README b/network/dropbear/README
index 1b5798c8e6..2f154bcb82 100644
--- a/network/dropbear/README
+++ b/network/dropbear/README
@@ -7,11 +7,11 @@ useful for "embedded"-type Linux (or other Unix) systems, such as
wireless routers.
Please note the Dropbear distribution includes a standalone version of
-OpenSSH's scp program. This SlackBuild will NOT build this by default,
+OpenSSH's scp program. This SlackBuild will NOT link this by default,
thus creating a package which will not conflict with OpenSSH's scp
binary.
-If you want to build dropbear's scp binary, use:
+If you want to link dropbear's scp binary, use:
WITH_SCP=yes ./dropbear.SlackBuild
@@ -20,3 +20,7 @@ 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'.
+
+Installing the package built with WITH_SCP=no will create a
+symbolic link /usr/bin/scp.dropbear pointing to the dropbearmulti
+binary.