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.
12 lines
361 B
Text
12 lines
361 B
Text
$NetBSD: patch-bd,v 1.1.1.1 2005/01/02 02:51:44 cube Exp $
|
|
|
|
--- pppdump/Makefile.linux.orig 2004-10-31 02:36:52.000000000 +0200
|
|
+++ pppdump/Makefile.linux
|
|
@@ -1,6 +1,6 @@
|
|
DESTDIR = @DESTDIR@
|
|
BINDIR = $(DESTDIR)/sbin
|
|
-MANDIR = $(DESTDIR)/share/man/man8
|
|
+MANDIR = $(DESTDIR)/man/man8
|
|
|
|
CFLAGS= -O -I../include/net
|
|
OBJS = pppdump.o bsd-comp.o deflate.o zlib.o
|