pkgsrc/net/pppd/patches/patch-ag
cube 3e86158156 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.
2005-01-02 02:51:40 +00:00

15 lines
375 B
Text

$NetBSD: patch-ag,v 1.1.1.1 2005/01/02 02:51:42 cube Exp $
--- linux/Makefile.top.orig 2004-10-31 23:25:16.000000000 +0100
+++ linux/Makefile.top
@@ -3,8 +3,8 @@
DESTDIR = @DESTDIR@
BINDIR = $(DESTDIR)/sbin
INCDIR = $(DESTDIR)/include
-MANDIR = $(DESTDIR)/share/man
-ETCDIR = @SYSCONF@/ppp
+MANDIR = $(DESTDIR)/man
+ETCDIR = @SYSCONF@
# uid 0 = root
INSTALL= install