summaryrefslogtreecommitdiffstats
path: root/src/net-profiles
AgeCommit message (Collapse)AuthorFilesLines
2009-09-14tabs->spaces, vim modelinesJim Pryor1-5/+5
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-09-07Replace pipe to xargs with pipe to while read...Jim Pryor1-1/+3
Was trying to fix an issue with /etc/rc.d/functions. Ended up fixing the issue in initscripts instead. But this is a bit simpler for netcfg anyway. Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-09-07Comments, more harmless bitsJim Pryor1-1/+1
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-09-07long switches when calling netcfgJim Pryor1-2/+2
Also, the code seems mostly to use /usr/bin/netcfg2 rather than /usr/bin/netcfg. So I've made it do that consistently (I think, in earlier commits). Is this your intent? Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-09-07Lots of little tweaks that should never hurt. Some of them may help inJames Rayner1-4/+4
corner cases; others probably make no difference. Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-09-02Shorten find_ap/essid and allow net-profiles to continue if a profile failsJames Rayner1-1/+0
2009-08-15quotes!Jim Pryor1-4/+4
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-08-15Integrate netcfg-menu and net-profilesJim Pryor1-6/+30
* net-profiles will only attempt to control the profiles it was told to; if you manually netcfg a different interface, it will be left alone. (This also helps keep netcfg from stomping on other daemons that might be hooking into it.) Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-08-15Everyone use i/o functions from globals/hooksJim Pryor1-5/+3
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-08-10revert pryor patchJames Rayner1-44/+19
2009-08-07Patch from Jim PryorJames Rayner1-19/+44
2008-05-30separate automagic from netcfg properJames Rayner1-7/+1
2008-01-06Added "automatic wireless" support and sort of 'cleaned' up rc.d/net-profilesJames Rayner1-44/+54
2007-12-29Small new features & tidyingJames Rayner1-16/+10
* Tidied: auto-wireless support * Added: Explicitly specify menu default via NETWORKS_MENU_DEFAULT * Added: Explicitly set menu timeout with NETWORKS_MENU_TIMEOUT * Added: Recording of last profile as $PROFILE_DIR/last * Tidied: /etc/rc.d/net-profiles
2007-12-25added auto wireless support to rc.d/net-profilesJames Rayner1-0/+4
2007-11-10Initial ImportJames Rayner1-0/+57