summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-02-01 01:07:08 +0000
committerLennart Poettering <lennart@poettering.net>2004-02-01 01:07:08 +0000
commite79bd343155f5f68d2936c12541da691838aba20 (patch)
tree5e51ecc8adb81088fb159489de8db3be91f08910
parente914c0fed3d6a2fc51a94b252d16c4570df9dabb (diff)
several fixes
git-svn-id: file:///home/lennart/svn/public/waproamd/trunk@69 022f378f-78c4-0310-b860-d162c87e6274
-rw-r--r--conf/Makefile.am2
-rwxr-xr-xconf/default.in8
-rw-r--r--doc/README.html.in2
3 files changed, 7 insertions, 5 deletions
diff --git a/conf/Makefile.am b/conf/Makefile.am
index 428a7c3..613adfc 100644
--- a/conf/Makefile.am
+++ b/conf/Makefile.am
@@ -16,7 +16,7 @@
# along with waproamd; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-sysvinitdir = @SYSV_INITDIR@
+sysvinitdir = @SYSINITDIR@
EXTRA_DIST = waproamd.init.in waproamd.conf default.in
noinst_DATA = waproamd.init waproamd.conf default
diff --git a/conf/default.in b/conf/default.in
index 7067e28..39d32d7 100755
--- a/conf/default.in
+++ b/conf/default.in
@@ -52,9 +52,11 @@ case "$1.$METHOD" in
;;
start.wep)
- KEY="$(cat $KEYDIR/$FILE.wep )"
- iwconfig $IFACE key [1] restricted $KEY
- iwconfig $IFACE key on
+ KEY="$(cat $KEYDIR/$FILE.wep)"
+ iwconfig $IFACE key "$KEY"
+ iwconfig $IFACE key [1] 2> /dev/null
+ iwconfig $IFACE key restricted 2> /dev/null
+ iwconfig $IFACE key on 2> /dev/null
;;
*.open|stop.wep)
diff --git a/doc/README.html.in b/doc/README.html.in
index 53472d1..7cbc20a 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -185,7 +185,7 @@ for it.</p>
<h2><a name="acks">Acknowledgements</a></h2>
-<p>Thomas Hood, Norbert Preining for patches</p>
+<p>Thomas Hood, Norbert Preining, Herbert Graeber, Fabrice Bellet for patches</p>
<p>Oliver Kurth for packaging <tt>waproamd</tt> for Debian</p>