source: rtems/testsuites/samples/pppd/README @ a645637

4.104.114.95
Last change on this file since a645637 was 478bb1e6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/29/03 at 02:04:26

2003-04-29 Ralf Corsepius <corsepiu@…>

Adding pppd:

  • pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
  • pppd/README: New, copied over from libnetworking/pppd/example.
  • pppd/init.c: New, copied over from libnetworking/pppd/example.
  • pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
  • pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
  • pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
  • pppd/system.h: New, copied over from libnetworking/pppd/example.
  • pppd/pppd.options: New, copied over from libnetworking/pppd/example.
  • pppd/Makefile.am: New, converted to automake from Makefile-user.
  • pppd/.cvsignore: New.
  • Property mode set to 100644
File size: 532 bytes
Line 
1#
2#  $Id$
3#
4
5This is an example user application using pppd.  It is built using
6the RTEMS application Makefiles.  The file Makefile-user should
7be renamed to Makefile or the -f option given to make.  The file
8is renamed to avoid bootstrap -c removing it.
9
10The files ppp.conf and pppd.options are sample configuration files
11that have successfully used to make ppp connections over a null
12modem serial cable to a UNIX box.  Please review the man pages
13for either the ppp or pppd applications to ensure they are configured
14correctly.
15
Note: See TracBrowser for help on using the repository browser.