summaryrefslogtreecommitdiffstats
path: root/package/openssh/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2008-08-04 21:07:05 +0200
committerPeter Korsgaard2008-08-04 21:07:05 +0200
commit02a623ddf96aa97c341a287bbb4ec5370a069444 (patch)
tree6923139fb98dd1d2e99b456503b37d4dd92e1136 /package/openssh/Config.in
parentbusybox: default HIDE_OTHERS to y for all versions (diff)
downloadbuildroot-02a623ddf96aa97c341a287bbb4ec5370a069444.tar.gz
buildroot-02a623ddf96aa97c341a287bbb4ec5370a069444.tar.xz
buildroot-02a623ddf96aa97c341a287bbb4ec5370a069444.zip
buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
Diffstat (limited to 'package/openssh/Config.in')
-rw-r--r--package/openssh/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssh/Config.in b/package/openssh/Config.in
index bb58de04f..0c3d993a6 100644
--- a/package/openssh/Config.in
+++ b/package/openssh/Config.in
@@ -3,7 +3,7 @@ config BR2_PACKAGE_OPENSSH
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_ZLIB
help
- A free version of the SSH protocol suite of network connectivity
+ A free version of the SSH protocol suite of network connectivity
tools. The standard 'ssh', 'sshd', 'scp', and friends.
http://www.openssh.com/