compat-wireless: use /etc/init.d/ and not sudo service
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 29 May 2010 13:35:06 +0000 (15:35 +0200)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Sat, 29 May 2010 18:04:49 +0000 (11:04 -0700)
commit687829e0e977e530b7e2fa891e1807a11809d585
tree4c2bf7534d705d5b2beebe5e4e46a5fe07fbcc4c
parent0ee5da33bca3eaaf45856c31c403c5274bfa97b4
compat-wireless: use /etc/init.d/ and not sudo service

sudo is not installed and used on all distributions. the user should
call the script with the needed rights and the script should not
include sudo. This fails on debian lenny.

service is only available on very recent distributions and not on old
ons like debian lenny in the default configuration. Use the old init.d
script. This also works on ubuntu 10.04.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
scripts/btload.sh
scripts/btunload.sh
scripts/load.sh
scripts/unload.sh