summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@cvs.openbsd.org>1998-01-29 00:37:20 +0000
committerbrian <brian@cvs.openbsd.org>1998-01-29 00:37:20 +0000
commit3a5c2ec36b6f53c92cd7970a34ec6a3d23819948 (patch)
tree5c650fbc891f234f7754c6738155068578c99950 /usr.sbin
parent0e1503b337a6ed9c97a1ed86a09d085bc77a887a (diff)
Talk about ongoing development.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/README.devel22
1 files changed, 22 insertions, 0 deletions
diff --git a/usr.sbin/ppp/README.devel b/usr.sbin/ppp/README.devel
new file mode 100644
index 00000000000..28f54ee0901
--- /dev/null
+++ b/usr.sbin/ppp/README.devel
@@ -0,0 +1,22 @@
+This program was originally written by Toshiharu OHNO <tony-o@iij.ad.jp>,
+and was submitted to FreeBSD-2.0.5 by Atsushi Murai <amurai@spec.co.jp>.
+The original version was usually referred to as iij-ppp.
+
+Ppp is currently maintained under FreeBSD and OpenBSD by Brian Somers
+<brian@Awfulhak.org>. The sources for both operating systems are the
+same although the Makefiles vary due to the nature of each system.
+If and when it's ported to another OS, things will probably be shuffled
+around so that there are several Makefiles, one per architecture.
+
+The latest sources are available in FreeBSD-current and OpenBSD-current.
+An archive hacked so that it will build on just about any version of
+FreeBSD is frequently generated and made available on
+http://www.FreeBSD.org/~brian. Once the first OpenBSD release is made
+with ppp, an up-to-date OpenBSD archive will be made available too.
+
+A FAQ is available at http://www.FreeBSD.org/FAQ/userppp.html. It applies
+equally to OpenBSD as it does to FreeBSD. The man page is quite extensive,
+and there are lots of examples in /etc/ppp/ppp.*.sample. These examples
+come with the hacked archive above but must be installed manually.
+
+Ppp is still under development. There is no official TODO list.