diff options
author | Lennart Poettering <lennart@poettering.net> | 2004-01-26 15:37:47 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2004-01-26 15:37:47 +0000 |
commit | 4e8b067370129448c75ce3e7afad468ea169e850 (patch) | |
tree | cf48179358696c0d14bfbf3c470c7d45fbe4123c /doc | |
parent | bc1fef7e4144a437293345c1dbd7f174b32dcbbd (diff) |
patches from Norbert Preining
git-svn-id: file:///home/lennart/svn/public/waproamd/trunk@59 022f378f-78c4-0310-b860-d162c87e6274
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.SuSE | 16 | ||||
-rw-r--r-- | doc/README.html.in | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/doc/README.SuSE b/doc/README.SuSE new file mode 100644 index 0000000..2bf8655 --- /dev/null +++ b/doc/README.SuSE @@ -0,0 +1,16 @@ +To use waproamd with SuSE Linux you have to remove the parameters specifiying +your ESSID and WEP key from your interface configuration file. These will be +set by waproamd automatically. + +For example: + +if /etc/waproamd/waproamd.conf contains + + INTERFACES='wlan0' + +your /etc/sysconfig/network/ifcfg-wlan0 should contain + + WIRELESS_ESSID='' + WIRELESS_KEY='' + +$Id$ diff --git a/doc/README.html.in b/doc/README.html.in index 33d5aa4..0ab0571 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -182,7 +182,7 @@ for it.</p> <h2><a name="acks">Acknowledgements</a></h2> -<p>Thomas Hood for patches</p> +<p>Thomas Hood, Norbert Preining for patches</p> <p>Oliver Kurth for packaging <tt>waproamd</tt> for Debian</p> |