summaryrefslogtreecommitdiffstats
path: root/ifplugd
AgeCommit message (Collapse)AuthorFilesLines
2009-12-03netcfg.action: save static profiles in arrayJim Pryor1-6/+5
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-12-03netcfg.action: permit down) method to exit 0, fix "list profiles" bugJim Pryor1-2/+2
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-12-03netcfg.action: add quotesJim Pryor1-12/+12
Quotes aren't needed inside [[ ]] because that construction doesn't do word expansion. But I think (partly from my own urging) this is the style used throughout the rest of the code. And we should have the quotes in lines like: netcfg "$profile". Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-12-03netcfg.action: missing extglob marker, don't try dhcp profiles twiceJim Pryor1-2/+4
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-11-18FS#17148 - using extglob, need it setJames Rayner1-0/+1
2009-11-14finish net-auto-wired, tested and added to MakefileJames Rayner1-3/+6
2009-10-21Add initial net-auto-wired conceptJames Rayner2-0/+85