diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-17 10:05:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-17 10:05:16 +0000 |
commit | 6797087d494f8707be1236bb1e420e60af35b903 (patch) | |
tree | 1afd711fd117a1cc831b8a6a5bbf9b7917b8207e /main/wpa_supplicant/wpa_supplicant.initd | |
parent | 3698511c9263be69e0a7ea16b135d75438e63601 (diff) | |
download | aports-6797087d494f8707be1236bb1e420e60af35b903.tar.bz2 aports-6797087d494f8707be1236bb1e420e60af35b903.tar.xz |
main/wpa_supplicant: fix init.d script and move config
Diffstat (limited to 'main/wpa_supplicant/wpa_supplicant.initd')
-rw-r--r-- | main/wpa_supplicant/wpa_supplicant.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/wpa_supplicant/wpa_supplicant.initd b/main/wpa_supplicant/wpa_supplicant.initd index 8429a37338..7a9949b8be 100644 --- a/main/wpa_supplicant/wpa_supplicant.initd +++ b/main/wpa_supplicant/wpa_supplicant.initd @@ -2,7 +2,7 @@ # Copyright (c) 2009 Roy Marples <roy@marples.name> # All rights reserved. Released under the 2-clause BSD license. -command=/usr/sbin/wpa_supplicant +command=/sbin/wpa_supplicant : ${wpa_supplicant_conf:=/etc/wpa_supplicant/wpa_supplicant.conf} wpa_supplicant_if=${wpa_supplicant_if:+-i}$wpa_supplicant_if command_args="$wpa_supplicant_args -B -c$wpa_supplicant_conf $wpa_supplicant_if" |