diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 16:26:39 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:36:48 +0700 |
commit | 01bf50c9f8e4befa7cd9b05ba7a84196c6b2634a (patch) | |
tree | e10571636329942b20bd70e9f87db097be8a9240 /network/dropbear | |
parent | e21da3a09ff62c6af85052cfe8c91cdc2f5c7ae6 (diff) |
network/dropbear: Fix script encoding.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/dropbear')
-rw-r--r-- | network/dropbear/README | 14 | ||||
-rw-r--r-- | network/dropbear/dropbear.SlackBuild | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/network/dropbear/README b/network/dropbear/README index bae1c188d12b..5da4e54160d9 100644 --- a/network/dropbear/README +++ b/network/dropbear/README @@ -6,13 +6,13 @@ distributed under a MIT-style license. Dropbear is particularly 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 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'. +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: diff --git a/network/dropbear/dropbear.SlackBuild b/network/dropbear/dropbear.SlackBuild index 600a668195a5..070470e51950 100644 --- a/network/dropbear/dropbear.SlackBuild +++ b/network/dropbear/dropbear.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2007-2008, Piter Punk, São Paulo, Brazil +# Copyright 2007-2008, Piter Punk, São Paulo, Brazil # Copyright 2017-2020, Andrew Clemons, Wellington New Zealand # All rights reserved. # |