summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian <brian@openbsd.org>1998-09-09 22:58:44 +0000
committerbrian <brian@openbsd.org>1998-09-09 22:58:44 +0000
commit2e511ea45b32f0357b3c709a798842bf967cdca2 (patch)
tree914852ac01f889e87bfa63c132ee0e46a51d4e13
parentMake RMD160Update a little less overzealous when fed small crumbs. (diff)
downloadwireguard-openbsd-2e511ea45b32f0357b3c709a798842bf967cdca2.tar.xz
wireguard-openbsd-2e511ea45b32f0357b3c709a798842bf967cdca2.zip
Reflect reality
-rw-r--r--usr.sbin/ppp/ppp/README.devel16
1 files changed, 5 insertions, 11 deletions
diff --git a/usr.sbin/ppp/ppp/README.devel b/usr.sbin/ppp/ppp/README.devel
index c18e85eaedf..c69aed602da 100644
--- a/usr.sbin/ppp/ppp/README.devel
+++ b/usr.sbin/ppp/ppp/README.devel
@@ -4,22 +4,16 @@ 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 except that OpenBSD is missing some files (the OpenBSD project
-does not want libalias - not as a library anyway) and 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.
+same except that the libalias code is built directly into ppp under
+OpenBSD, and the Makefiles vary per OS.
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. An up-to-date OpenBSD archive will also be
-made available soon.
+FreeBSD or OpenBSD is frequently generated and made available via
+http://www.Awfulhak.org/ppp.html.
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 with
-``make etc-install''.
+and there are lots of examples in /etc/ppp/ppp.*.sample.
Ppp is still under development. There is no official TODO list.