This directory contains some scripts written for linecontrol.

The scripts were added by kroseneg@users.sourceforge.net,
so please ask him instead of S. Fuchs (me, who wrote only
these three lines here). Thanks K. R.


checkrunning:
  A script meant to be run by cron. Checks if linesrv is still running and 
  restarts it if necessary.


client_onoff:
  Adds the IP adress with suffix /32 to a file and beeps if beep is installed.
  Syntax:

  client_onoff --add <IP>	or	client_on <IP>
    adds an IP adress

  client_onoff --remove <IP>	or	client_off <IP>
    removes an IP adress

  client_onoff --clear
    clears the file with the IP adresses  

  To use it with linesrv you'll have to make
  two symbolic links to this script:
    ln -s client_onoff client_on
	ln -s client_onoff client_off


halt-wrapper:
  A simple halt-wrapper.


isdn.dial:
  A small script that triggers dial for ippp0.


isdn.hangup:
  A small script that hangs up ippp0.


isdn_chan:
  Adds or removes a second ISDN channel.
  Syntax:

  isdn_chan add
    Adds a channel

  isdn_chan remove
    Removes a channel


linesrv.init.d:
  A init.d script, works together with checkrunning.
