diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-04 19:07:05 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-04 19:07:05 +0000 |
commit | 02a623ddf96aa97c341a287bbb4ec5370a069444 (patch) | |
tree | 6923139fb98dd1d2e99b456503b37d4dd92e1136 /package/bind | |
parent | fa0ac2de33c0d19b5aa035d5091f77ddc74b0e6f (diff) | |
download | buildroot-novena-02a623ddf96aa97c341a287bbb4ec5370a069444.tar.gz buildroot-novena-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/bind')
-rw-r--r-- | package/bind/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/bind/Config.in b/package/bind/Config.in index 7b61a554c..5662677b2 100644 --- a/package/bind/Config.in +++ b/package/bind/Config.in @@ -8,7 +8,7 @@ config BR2_PACKAGE_BIND * a Domain Name System server (named) * a Domain Name System resolver library - * tools for verifying the proper operation of the DNS server + * tools for verifying the proper operation of the DNS server The BIND DNS Server is used on the vast majority of name serving machines on the Internet, providing a robust and @@ -16,6 +16,6 @@ config BR2_PACKAGE_BIND architecture can be built. The resolver library included in the BIND distribution provides the standard APIs for translation between domain names and Internet addresses and is - intended to be linked with applications requiring name service. + intended to be linked with applications requiring name service. http://www.isc.org/sw/bind/ |