diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-04-16 23:54:06 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-24 01:47:13 +0700 |
commit | ebc1bf9197036b657b2022bbd263436e36d283de (patch) | |
tree | 2d5d47821f5431fd4312583c262210300ffba619 /network/dropbear/README | |
parent | 7cabb541cd14bb83197cabff76c9eb63af9b96e3 (diff) |
network/dropbear: Updated for version 2022.82.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/dropbear/README')
-rw-r--r-- | network/dropbear/README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/network/dropbear/README b/network/dropbear/README index 1b5798c8e62b8..2f154bcb82adc 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. |