Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 38f65ea438a86e0d7c0fb045e4c010b1 > files > 175

initng-ifiles-0.1.5-4.fc12.x86_64.rpm

#!/sbin/itype
# This is a i file, used by initng parsed by install_service

# NAME: 
# DESCRIPTION: 
# WWW: 

service net/iwconfig/* {
	need = bootmisc;
	script start = {
		essid=${essid_$NAME}
		/usr/sbin/iwconfig essid ${NAME} ${essid}
		/usr/sbin/iwconfig key ${NAME} ${key_$essid}
		/usr/sbin/iwconfig chan ${NAME} ${channel_$essid}
	};
}