summaryrefslogtreecommitdiff
path: root/net/ifplugd.sh
Commit message (Collapse)AuthorAge
* make shell math operations style more succulentMike Frysinger2011-11-19
| | | | | | | | | | | Convert the style: var=$((${var} + 1)) to: : $(( var += 1 )) The latter is easier to read imo. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* drop useless "All rights reserved" noticeMike Frysinger2011-06-29
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* [oldnet] Bug #363959: Improve plug_timeout ifplugd/netplugd code.Robin H. Johnson2011-04-19
| | | | | | | | - Add support for a global plug_timeout setting to match the documentation. - Update the documentation to also show per-interface configuration. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* more whitespace cleanupMike Frysinger2011-01-17
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Revert "allow ifplugd to work on wireless interfaces"William Hubbs2010-11-18
| | | | | | | | This reverts commit 4ea75dd1d6c1e475f103f027fd05861d237add4d. This caused a regression, see bug #345795. Ifplugd is only designed to support wireless interfaces that use the older wireless extentions.
* allow ifplugd to work on wireless interfacesWilliam Hubbs2010-09-14
| | | | this fixes bug #335494.
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Style and typo.Roy Marples2008-10-28
|
* Merge net.OS into netRoy Marples2008-03-26