rc-scripts/trunk/sysconfig/network-scripts/functions.network

arekm cvs at pld-linux.org
Mon Jan 9 18:23:55 CET 2006


Author: arekm
Date: Mon Jan  9 18:23:43 2006
New Revision: 6781

Modified:
   rc-scripts/trunk/sysconfig/network-scripts/functions.network
Log:
Typos fixed.

Modified: rc-scripts/trunk/sysconfig/network-scripts/functions.network
==============================================================================
--- rc-scripts/trunk/sysconfig/network-scripts/functions.network	(original)
+++ rc-scripts/trunk/sysconfig/network-scripts/functions.network	Mon Jan  9 18:23:43 2006
@@ -487,12 +487,13 @@
 	[ -n "$(eval echo \$${prefix}WLAN_NWID)" ] && iwconfig ${device} \
 		nwid "$(eval echo \$${prefix}WLAN_NWID)"
 
-	# essid should be last due to netowork rescanning by wlan devices
+	# essid should be last due to network rescanning by wlan devices
 	[ -n "$(eval echo \$${prefix}WLAN_ESSID)" ] && iwconfig ${device} \
 		essid "$(eval echo \$${prefix}WLAN_ESSID)"
 
 	if is_yes "$(eval echo \$${prefix}WLAN_COMMIT)"; then
 		iwconfig ${device} commit
+	fi
 }
 
 check_mii_tool ()


More information about the pld-cvs-commit mailing list