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

Re: AX25 kernel compiling



On Fri, Sep 03, 2004 at 03:38:15PM +0100, Jon MM1CQO wrote:
> Just 1 more question!
> 
> Can I automate the kissattach command every time I boot?
> 
> I asume there is something similar to autoexec.bat in dos but better;-)

Sure.  The /etc/init.d directory is used for initscripts.  For example,
I put the following script (which sets up my ax.25) in /etc/init.d and
linked it to /etc/rc*.d by running 'update-rc.d ax25 defaults' (note
dummy IP used with kissattach):

n7xy@n7xy:~$ less /etc/init.d/ax25
kissattach /dev/ttyS4 2m 192.168.1.199
kissparms -p 2m  -t 150 -l 90 -s 50 -r 50
beacon -c N7XY -d DX -t 10 2m  "N7XY DX Cluster - Bainbridge Island, WA"
ax25d
mheardd

73,
Bob N7XY





Reply to: