[plug] mandrake 9.4 startup
James Devenish
devenish at guild.uwa.edu.au
Thu Feb 19 19:58:55 WST 2004
In message <20040219115003.GA24529 at mail.guild.uwa.edu.au>
on Thu, Feb 19, 2004 at 07:50:03PM +0800, James Devenish wrote:
> Also, if that is not the problem, and the scripts are Bash scripts, you
> could try something along the following conceptual lines:
>
> /bin/bash -x /etc/firewall_script &>> /var/tmp/rc.local.log
> /bin/bash -x /etc/shaper_script &>> /var/tmp/rc.local.log
Hmmm, perhaps you should rejig that like this:
/bin/sh -x /etc/firewall_script >> /var/tmp/rc.local.log 2>&1
/bin/sh -x /etc/shaper_script >> /var/tmp/rc.local.log 2>&1
More information about the plug
mailing list