aboutsummaryrefslogtreecommitdiffstats
path: root/main/wpa_supplicant/wpa_supplicant.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-06-17 10:05:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-06-17 10:05:16 +0000
commit6797087d494f8707be1236bb1e420e60af35b903 (patch)
tree1afd711fd117a1cc831b8a6a5bbf9b7917b8207e /main/wpa_supplicant/wpa_supplicant.initd
parent3698511c9263be69e0a7ea16b135d75438e63601 (diff)
downloadaports-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.initd2
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"