public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] postup() syntax help
@ 2008-04-14  4:26 Grant
  2008-04-14  7:20 ` [gentoo-user] " Remy Blank
  0 siblings, 1 reply; 4+ messages in thread
From: Grant @ 2008-04-14  4:26 UTC (permalink / raw
  To: Gentoo mailing list

I'm having trouble getting an iwconfig command to execute after the
wlan0 interface has started.  The following executes after net.lo
starts but there is no message about it executing after net.wlan0
starts and the rate is not limited like it is when I execute the
command manually:

postup() {
     if [[ ${IFACE} = "wlan0" ]]; then
             iwconfig wlan0 rate 1M
     fi
     return 0
}

Does anyone see where I'm going wrong here?

- Grant
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-04-14 11:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-14  4:26 [gentoo-user] postup() syntax help Grant
2008-04-14  7:20 ` [gentoo-user] " Remy Blank
2008-04-14 10:36   ` Alex Schuster
2008-04-14 11:26     ` Iain Buchanan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox