]> git.ozlabs.org Git - ppp.git/blob - NeXT/Examples/pppup.annex
Fixed uninitialized 'pw' variable in HAS_SHADOW logic in session.c due
[ppp.git] / NeXT / Examples / pppup.annex
1 #!/bin/sh -f
2 # -*- Fundamental -*-
3 #
4 # kdebug 1  is SC_DEBUG
5 #        2  is SC_LOG_INPKT
6 #        4  is SC_LOG_OUTPKT
7 #        8  is SC_LOG_RAWIN
8 #        16 is SC_LOG_FLUSH
9
10 # add together to get debugging you want
11 # Remember: for HW flow control you must you /dev/cufa or /dev/cufb
12 #
13 #
14 #  This is an example that dials a modem, logs into a remote Annex terminal
15 #  server and starts ppp. 
16 #
17 exec /usr/local/bin/pppd bsdcomp 10,10 mtu 296 lcp-echo-interval 15 \
18 lcp-echo-failure 3 debug crtscts kdebug 17 defaultroute modem -pap -chap \
19 connect '/usr/local/bin/chat -v ABORT BUSY ABORT "NO CARRIER" ABORT "NO DIAL TONE" ABORT "ERROR" "" ATZ0 "OK" ATDT####### CONNECT "" MSUnet: ppp sername: USER assword: PASS PPP.' \
20 /dev/cufa 57600 lock
21