summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-03-11 13:39:43 +0000
committerChristian Heim <phreak@gentoo.org>2006-03-11 13:39:43 +0000
commitfc761e814c3565597787ef2a8abe2b56e2d5f097 (patch)
tree456a0bc48a04b63768b5b4eb104ed32780a72df5 /net-scripts/net.modules.d/wpa_supplicant
parentMerging r1939 (diff)
downloadbaselayout-vserver-fc761e814c3565597787ef2a8abe2b56e2d5f097.tar.gz
baselayout-vserver-fc761e814c3565597787ef2a8abe2b56e2d5f097.tar.bz2
baselayout-vserver-fc761e814c3565597787ef2a8abe2b56e2d5f097.zip
Merging r1943
svn path=/baselayout-vserver/trunk/; revision=278
Diffstat (limited to 'net-scripts/net.modules.d/wpa_supplicant')
-rw-r--r--net-scripts/net.modules.d/wpa_supplicant11
1 files changed, 8 insertions, 3 deletions
diff --git a/net-scripts/net.modules.d/wpa_supplicant b/net-scripts/net.modules.d/wpa_supplicant
index 184fd4d..22343a7 100644
--- a/net-scripts/net.modules.d/wpa_supplicant
+++ b/net-scripts/net.modules.d/wpa_supplicant
@@ -1,7 +1,5 @@
-#!/bin/bash
# Copyright (c) 2004-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-
# Contributed by Roy Marples (uberlord@gentoo.org)
# Fix any potential localisation problems
@@ -24,6 +22,13 @@ wpa_supplicant_depend() {
functions interface_exists
}
+# void wpa_supplicant_expose(void)
+#
+# Expose variables that can be configured
+wpa_supplicant_expose() {
+ variables associate_timeout wpa_supplicant
+}
+
# bool wpa_supplicant_check_installed(void)
#
# Returns 0 if wpa_supplicant is installed, otherwise 1
@@ -360,4 +365,4 @@ wpa_supplicant_post_stop() {
return 0
}
-# vim:ts=4
+# vim: set ft=sh ts=4 :