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.
13 lines
343 B
Text
13 lines
343 B
Text
$NetBSD: patch-bk,v 1.1.1.1 2005/01/02 02:51:44 cube Exp $
|
|
|
|
--- pppstats/Makefile.linux.orig 2004-10-31 23:09:03.000000000 +0100
|
|
+++ pppstats/Makefile.linux
|
|
@@ -4,7 +4,7 @@
|
|
#
|
|
DESTDIR = @DESTDIR@
|
|
BINDIR = $(DESTDIR)/sbin
|
|
-MANDIR = $(DESTDIR)/share/man/man8
|
|
+MANDIR = $(DESTDIR)/man/man8
|
|
|
|
PPPSTATSRCS = pppstats.c
|
|
PPPSTATOBJS = pppstats.o
|