Re: [newbie] rc.local doesn't work

2000-05-28 Thread Claus Atzenbeck
On 27 May 2000, Chmouel Boudjnah wrote: > > I have set up a file /etc/rc.d/rc.masq. In order to start it > > automatically on boot, I've added the following line to > > /etc/rc.d/rc.local: > > > > if [ -x /etc/rc.d/rc.masq ]; then /etc/rc.d/rc.masq fi >

RE: [newbie] rc.local doesn't work

2000-05-27 Thread Jose M. Sanchez
Since rc.masq might not be launched by root, this is probably a permission problem. Try setting the perms for rc.masq the same as they are for rc.local. This will likely solve the problem. -JMS -Original Message- From: Claus Atzenbeck [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 27,

Re: [newbie] rc.local doesn't work

2000-05-27 Thread Chmouel Boudjnah
Claus Atzenbeck <[EMAIL PROTECTED]> writes: > Hello, > > I have set up a file /etc/rc.d/rc.masq. In order to start it > automatically on boot, I've added the following line to > /etc/rc.d/rc.local: > > if [ -x /etc/rc.d/rc.masq ]; then /etc/rc.d/rc.masq fi