Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: [gentoo-user] /etc/conf.d/net postup help
Date: Mon, 16 Jun 2008 19:02:37
Message-Id: 49bf44f10806161202x4c02747fx9f29059db75a7594@mail.gmail.com
1 I've tried a lot of stuff but I can't seem to get the postup syntax right:
2
3 postup() {
4 set -xv
5 if [[ ${IFACE} == "ath0" ]] ; then
6 iwconfig ath0 rate 2M
7 fi
8 return 0
9 }
10
11 Can anybody help with this?
12
13 - Grant
14 --
15 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] /etc/conf.d/net postup help Iain Buchanan <iaindb@××××××××××××.au>
Re: [gentoo-user] /etc/conf.d/net postup help Neil Bothwick <neil@××××××××××.uk>