summaryrefslogtreecommitdiff
path: root/net/wpa_supplicant.sh
Commit message (Collapse)AuthorAge
* more whitespace cleanupMike Frysinger2011-01-17
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Bug #345281: If wpa_supplicant is built w/ USE=dbus, we need to start after ↵Robin H. Johnson2010-12-06
| | | | DBus is up.
* Revert "fix bug 266395"William Hubbs2010-09-02
| | | | | | This reverts commit 1a188f8f725186b2c2d6d7c67e79c2ff5ea9d05e. This revert fixes bug #334663.
* fix bug 266395William Hubbs2010-08-18
| | | | | Do not stop wpa_supplicant or wpa_cli if they are in the background. Thanks to Slava Gorbunov for the patch.
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Allow wpa_cli_$IFACE to too send args to wpa_cli.Roy Marples2009-01-21
|
* Remove leading and trailing space on the ctrl_interface line.openrc-0.4.2Roy Marples2009-01-05
|
* Whitespace.Roy Marples2008-12-23
|
* Allow working with the new ctrl_iface=DIR=foo directive.Roy Marples2008-12-23
|
* Use iwconfig defaults and config if available.Roy Marples2008-05-27
|
* SVCNAME -> RC_SVCNAME, but export SVCNAME still for compat.Roy Marples2008-03-19
|
* Add ifwatchd.sh to power the NetBSD ifwatchd program. Let wpa_supplicant ↵Roy Marples2008-03-10
| | | | work with it.
* Use correct shell_var function, Gentoo bug #212877Roy Marples2008-03-10
|
* Update copyrights, my email and license.Roy Marples2008-01-11
|
* Adopt a more C style for scripts and remove vim settings.Roy Marples2008-01-11
|
* get_options -> service_get_value and save_options -> service_set_valueRoy Marples2007-12-19
|
* We no longer need SVCNAME hereRoy Marples2007-12-18
|
* Remove Gentoo copyright from all files that I know I have writtenRoy Marples2007-12-14
|
* Only configure SSID if we are running on a wireless interface.Roy Marples2007-12-10
|
* Fix wpa_supplicant configuring per ssidRoy Marples2007-12-10
|
* Massive whitespace cleanupRoy Marples2007-11-28
|
* Use yesno for more robustnessRoy Marples2007-11-22
|
* BSD shouldn't need to use wpa_cli to manage link eventsRoy Marples2007-11-21
|
* wpa_supplicant also works on wired interfaces, Gentoo #198722.Roy Marples2007-11-14
|
* relicense as 2-clause BSD, with the kind permission of GentooRoy Marples2007-11-14
|
* Work with wpa_supplicant in /usrRoy Marples2007-09-25
|
* Use character classes in sedRoy Marples2007-04-06
|
* Rewrite the core parts in C. We now provide librc so other programs canRoy Marples2007-04-05
query runlevels, services and state without using bash. We also provide libeinfo so other programs can easily use our informational functions. As such, we have dropped the requirement of using bash as the init script shell. We now use /bin/sh and have strived to make the scripts as portable as possible. Shells that work are bash and dash. busybox works provided you disable s-s-d. If you have WIPE_TMP set to yes in conf.d/bootmisc you should disable find too. zsh and ksh do not work at this time. Networking support is currently being re-vamped also as it was heavily bash array based. As such, a new config format is available like so config_eth0="1.2.3.4/24 5.6.7.8/16" or like so config_eth0="'1.2.3.4 netmask 255.255.255.0' '5.6.7.8 netmask 255.255.0.0'" We will still support the old bash array format provided that /bin/sh IS a link it bash. ChangeLog for baselayout-1 can be found in our SVN repo.