From ed620aec61752b35914aec8841a2576ceb69a277 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 19 Dec 2007 14:28:38 +0000 Subject: get_options -> service_get_value and save_options -> service_set_value --- net.Linux/iwconfig.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net.Linux/iwconfig.sh') diff --git a/net.Linux/iwconfig.sh b/net.Linux/iwconfig.sh index cb94912a..272d1fb9 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 -- cgit v1.2.3