summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
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
commit01bf50c9f8e4befa7cd9b05ba7a84196c6b2634a (patch)
treee10571636329942b20bd70e9f87db097be8a9240 /network
parente21da3a09ff62c6af85052cfe8c91cdc2f5c7ae6 (diff)
downloadslackbuilds-01bf50c9f8e4befa7cd9b05ba7a84196c6b2634a.tar.gz
slackbuilds-01bf50c9f8e4befa7cd9b05ba7a84196c6b2634a.tar.xz
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')
-rw-r--r--network/dropbear/README14
-rw-r--r--network/dropbear/dropbear.SlackBuild2
2 files changed, 8 insertions, 8 deletions
diff --git a/network/dropbear/README b/network/dropbear/README
index bae1c188d1..5da4e54160 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 600a668195..070470e519 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.
#