From 478bb1e63d1ddecd7579a0628f3f54cc4f5afa7f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 29 Apr 2003 02:04:26 +0000 Subject: 2003-04-29 Ralf Corsepius 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. --- c/src/tests/samples/pppd/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 c/src/tests/samples/pppd/README (limited to 'c/src/tests/samples/pppd/README') diff --git a/c/src/tests/samples/pppd/README b/c/src/tests/samples/pppd/README new file mode 100644 index 0000000000..677e00af33 --- /dev/null +++ b/c/src/tests/samples/pppd/README @@ -0,0 +1,15 @@ +# +# $Id$ +# + +This is an example user application using pppd. It is built using +the RTEMS application Makefiles. The file Makefile-user should +be renamed to Makefile or the -f option given to make. The file +is renamed to avoid bootstrap -c removing it. + +The files ppp.conf and pppd.options are sample configuration files +that have successfully used to make ppp connections over a null +modem serial cable to a UNIX box. Please review the man pages +for either the ppp or pppd applications to ensure they are configured +correctly. + -- cgit v1.2.3