summaryrefslogtreecommitdiff
path: root/net/netplugd.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>
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Merge net.OS into netRoy Marples2008-03-26