]> git.ozlabs.org Git - ppp.git/blob - NeXT/Examples/pppup.remote
does better without the includes
[ppp.git] / NeXT / Examples / pppup.remote
1 #!/bin/csh -f
2 #
3 # -*- Fundamental -*-
4 #
5 #
6 # kdebug 1  is SC_DEBUG
7 #        2  is SC_LOG_INPKT
8 #        4  is SC_LOG_OUTPKT
9 #        8  is SC_LOG_RAWIN
10 #        16 is SC_LOG_FLUSH
11
12 # add together to get debugging you want
13 # Remember: for HW flow control you must you /dev/cufa or /dev/cufb
14 #
15 # This script is used as the shell for a user account entitiled ppp.
16 # When users log into this account, PPP is automatically started
17 # (through this script).  The 'echo' command is to help the remote
18 # process synchronize with this end.
19 echo Starting PPP
20 /usr/bin/mesg n
21 /bin/stty -tostop litout
22 exec /usr/local/bin/pppd passive bsdcomp 10,10 lcp-echo-interval 15 lcp-echo-failure 3 debug kdebug 17 57600