Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/share/examples/rump/virtual_ip_router



In article <20100329021115.3A28F175DD%cvs.netbsd.org@localhost>,
Antti Kantee  <source-changes-d%NetBSD.org@localhost> 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



Home | Main Index | Thread Index | Old Index