diff options
author | 2006-12-17 21:46:35 +0000 | |
---|---|---|
committer | 2006-12-17 21:46:35 +0000 | |
commit | fe5e0f6ae7e931aef474af169bce67d57850d4e6 (patch) | |
tree | 8899ef1d1970062c7c9caa6f0c114ae849e4a4a6 /net-wireless/ipw3945d/files | |
parent | cleanup and add back more KEYWORDS (diff) | |
download | gentoo-2-fe5e0f6ae7e931aef474af169bce67d57850d4e6.tar.gz gentoo-2-fe5e0f6ae7e931aef474af169bce67d57850d4e6.tar.bz2 gentoo-2-fe5e0f6ae7e931aef474af169bce67d57850d4e6.zip |
Implementing the changes Jan Kundrat provided, many thanks to him.
(Portage version: 2.1.2_rc3-r6)
Diffstat (limited to 'net-wireless/ipw3945d/files')
-rw-r--r-- | net-wireless/ipw3945d/files/ipw3945d-conf.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-wireless/ipw3945d/files/ipw3945d-conf.d b/net-wireless/ipw3945d/files/ipw3945d-conf.d index 571d42d65928..03cb1fcc79ce 100644 --- a/net-wireless/ipw3945d/files/ipw3945d-conf.d +++ b/net-wireless/ipw3945d/files/ipw3945d-conf.d @@ -2,4 +2,4 @@ # Arguments to be passed to ipw3945d. See 'ipw3945d --help' for more # information. -ARGS="--timeout=-1" +ARGS="--timeout=-1 --quiet" |