summaryrefslogtreecommitdiff
path: root/net.Linux/iwconfig.sh
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-12-19 14:28:38 +0000
committerRoy Marples <roy@marples.name>2007-12-19 14:28:38 +0000
commited620aec61752b35914aec8841a2576ceb69a277 (patch)
tree1f41d6f09b76c8cbe17f924d49bd17bc44c3659b /net.Linux/iwconfig.sh
parentbc9cc3dfb5c27d30964dc497d7559c134f3893ef (diff)
downloadopenrc-ed620aec61752b35914aec8841a2576ceb69a277.tar.gz
openrc-ed620aec61752b35914aec8841a2576ceb69a277.tar.bz2
openrc-ed620aec61752b35914aec8841a2576ceb69a277.tar.xz
get_options -> service_get_value and save_options -> service_set_value
Diffstat (limited to 'net.Linux/iwconfig.sh')
-rw-r--r--net.Linux/iwconfig.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/net.Linux/iwconfig.sh b/net.Linux/iwconfig.sh
index cb94912..272d1fb 100644
--- a/net.Linux/iwconfig.sh
+++ b/net.Linux/iwconfig.sh
@@ -686,7 +686,7 @@ iwconfig_pre_start() {
# the background
yesno ${IN_BACKGROUND} && return 0
- save_options "SSID" ""
+ service_set_value "SSID" ""
_exists || return 0
if ! _is_wireless; then
@@ -736,7 +736,7 @@ iwconfig_pre_start() {
fi
if iwconfig_configure; then
- save_options "SSID" "${SSID}"
+ service_set_value "SSID" "${SSID}"
return 0
fi