diff options
author | cube <cube> | 2005-01-02 02:51:40 +0000 |
---|---|---|
committer | cube <cube> | 2005-01-02 02:51:40 +0000 |
commit | 1c3ade80aa3491bdd798fc8fb449b5a7903f1f6e (patch) | |
tree | b76aa88f42b440cfb17fc25332b40488fe8a010c /net/pppd/PLIST | |
parent | 1d2937adfe5e9d433b9b50c7debc6fcfd2c68d1e (diff) | |
download | pkgsrc-1c3ade80aa3491bdd798fc8fb449b5a7903f1f6e.tar.gz |
Initial import of pppd, version 2.4.3, into the NetBSD Package Collection.
The PPP Daemon is the userland part of the Point-to-Point Protocol. It works
in combination with a dedicated kernel network interface usually named ppp.
PPP is a very extensible protocol and pppd supports a large number of options,
including compression (through various algorithms), cryptography (Microsoft's
MPPE) and authentication (PAP, CHAP, Microsoft CHAP), provided the kernel has
the relevant back-ends in some cases.
Diffstat (limited to 'net/pppd/PLIST')
-rw-r--r-- | net/pppd/PLIST | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net/pppd/PLIST b/net/pppd/PLIST new file mode 100644 index 00000000000..4d025c11972 --- /dev/null +++ b/net/pppd/PLIST @@ -0,0 +1,29 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/02 02:51:41 cube Exp $ +include/pppd/ccp.h +include/pppd/chap-new.h +include/pppd/chap_ms.h +include/pppd/eap.h +include/pppd/ecp.h +include/pppd/fsm.h +include/pppd/ipcp.h +include/pppd/ipxcp.h +include/pppd/lcp.h +include/pppd/magic.h +include/pppd/md5.h +include/pppd/patchlevel.h +include/pppd/pathnames.h +include/pppd/pppcrypt.h +include/pppd/pppd.h +include/pppd/sha1.h +include/pppd/spinlock.h +include/pppd/tdb.h +include/pppd/upap.h +man/man8/chat.8 +man/man8/pppd.8 +man/man8/pppdump.8 +man/man8/pppstats.8 +sbin/chat +sbin/pppd +sbin/pppdump +sbin/pppstats +@dirrm include/pppd |