In article <[email protected]>,
Antti Kantee <[email protected]> wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: pooka
>Date: Mon Mar 29 02:11:15 UTC 2010
>
>Modified Files:
> src/share/examples/rump/virtual_ip_router: README.txt
>Added Files:
> src/share/examples/rump/virtual_ip_router: startrouters.sh
>
>Log Message:
>amazing grep, how sweet the find
>that saved a hack like me
>script once was lost but now it's found
>was -x, but now I sh
Style:
- errors to stderr and prefixed by the script name.
- I would have set LIF='10.0.${ip}.1', and used eval to set lif to avoid
echo/sed/pipe...
- `` -> $(), if you really dislike eval.
christos