[4556] in linux-net channel archive

home help back first fref pref prev next nref lref last post

commands after PPP session

daemon@ATHENA.MIT.EDU (Roman Majer)
Sat Sep 28 06:38:53 1996

Date: 	Fri, 27 Sep 1996 13:43:16 +0200 (MET DST)
From: Roman Majer <roman@spt.cz>
To: linux-net@vger.rutgers.edu

Hallo,

	I have this ppp login script:

================================================================
#!/bin/tcsh
# ppp login
mesg n
stty -echo
/usr/sbin/pppd -detach silent proxyarp
sleep 5
exec /usr/local/bin/closeppp -m `echo $tty` c > /tmp/close.test
================================================================

Why the commands after pppd line are not executed?
I need to execute closeppp right after pppd 'cause of my multiport
serial card!

			Thanx for your help, Roman.

=======================================================================
====                    ______ ____        ____  ____  _____          =
===               /       /   /     /     /     /     /    / /|  //   =
==    ___  ___  _/__     /   /__   /     /__   /     /    / / |/ /    =
=    /__  /  /  /       /   /     /     /     /     /    / /    /     =
=   ___/ /__/  /__     /   /____ /____ /____ /____ /____/ /    /      =
=       /                                                             =
-----------------------------------------------------------------------
= Roman Majer                                                         =
= SPT TELECOM a.s., Olsanska 5, 130 00 Prague 3, Czech Republic       =
=  Phone: +42 2 67142521                                             ==
=    Fax: +42 2 6919151                                             ===
= E-mail: roman@spt.cz                                             ====
=======================================================================


home help back first fref pref prev next nref lref last post