pkgsrc/net/pppd/patches/patch-bn
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

13 lines
313 B
Text

$NetBSD: patch-bn,v 1.1.1.1 2005/01/02 02:51:44 cube Exp $
--- solaris/Makedefs.gcc.orig 2004-10-30 06:13:29.000000000 +0200
+++ solaris/Makedefs.gcc
@@ -6,7 +6,7 @@ INSTALL= /usr/sbin/install
BINDIR = @DESTDIR@/bin
MANDIR = @DESTDIR@/man
-ETCDIR = @SYSCONF@/ppp
+ETCDIR = @SYSCONF@
CC = gcc
COPTS = -O2