On 10/14/05, Paul Lauria <paul at audiosamples dot co dot uk> wrote:
> Hi,
>
> Sorry to post again about this issue, but its back to haunt me. It seems
> that the patchcode that I applied to the config.xml:
>
> route delete default
> route add default -interface -link xl1
>
> inside the <system></system> tags doesnt work after power is removed and the
> system restarted - it needs to be reentered manually into the exec.php
> command line.
>
sounds like you aren't putting those commands within <shellcmd> tags.
needs to be:
<shellcmd>route delete default</shellcmd>
<shellcmd>route add default -interface -link xl1</shellcmd>
unless I misunderstand what you're saying.
-Chris |