On Sun, 19 Mar 2000,  Shane Deering wrote about,  start script:
> Hello group,
> I'm running Red Hat Linux 6.1 with 2.2.12 kernel.
> Can someone tell me where I can put the lines I type in to get ax25 working
> Like kissattach etc to automate it when the computer boots?
> I presume I can add the lines in the same format that I type them.
> A seperate script (that I can attack) that can be called would  be nice and
> tidy if I can do it that way.

You can simply create a script (say) called /etc/rc.d/rc.ax25 place all the
commands there that you need.
Add the following in /etc/rc.d/rc.local

if [ -x /etc/rc.d/rc.ax25 ]; then
  . /etc/rc.d/rc.ax25
else
  echo "AX25 not started, the file rc.ax25 is not executable"
fi

Make sure you do;
chmod a+x etc/rc.d/rc.ax25 (as root)
before executing the script.

The -x in the if statement means if the file is execuable execute it.

> And will the SCC drivers work for  a Paccomm PC-120?
> If so, anyone got a script I can look at?

I cant be sure but i belive it works ok with the paccomm, i friend of mine
has one and he managed as a new user to linux to get it to work without much
problem.
I only hope it is the same sort of card you mention.

>
> Keep in mind that I have no idea what I'm doing.
> Go easy on me. I made my first linux packet connect tonight after
> trying off and on for the last 12 months.
> 
> --
> Shane Deering
> 
> Packet VK3BVP@VK3BVP.#SEV.VIC.AUS.OC
> EMAIL [EMAIL PROTECTED]
> http://www.qsl.net/vk3bvp/index.htm
-- 
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/

Reply via email to