summaryrefslogtreecommitdiff
path: root/net/pppd/DESCR
diff options
context:
space:
mode:
authorcube <cube>2005-01-02 02:51:40 +0000
committercube <cube>2005-01-02 02:51:40 +0000
commit2eef026e19e24ee098f068674d97bc267e804d89 (patch)
treeb76aa88f42b440cfb17fc25332b40488fe8a010c /net/pppd/DESCR
parent603a17c326027bf206c15dcdeba7479466316049 (diff)
downloadpkgsrc-2eef026e19e24ee098f068674d97bc267e804d89.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/DESCR')
-rw-r--r--net/pppd/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/pppd/DESCR b/net/pppd/DESCR
new file mode 100644
index 00000000000..833f0f2c813
--- /dev/null
+++ b/net/pppd/DESCR
@@ -0,0 +1,6 @@
+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.