diff options
author | ad <ad@pkgsrc.org> | 2000-11-07 17:26:58 +0000 |
---|---|---|
committer | ad <ad@pkgsrc.org> | 2000-11-07 17:26:58 +0000 |
commit | 647359f09078296adeb05be332e89295db41b73b (patch) | |
tree | 5ff94fcde2d34443ada475f252f7bab81146b6de /net/userppp/patches | |
parent | 692060125dd4ada0703df247ebe262784d7dfb62 (diff) | |
download | pkgsrc-647359f09078296adeb05be332e89295db41b73b.tar.gz |
Initial import of userppp-001107, the userland PPP package as found in
FreeBSD and OpenBSD.
Diffstat (limited to 'net/userppp/patches')
-rw-r--r-- | net/userppp/patches/patch-aa | 11 | ||||
-rw-r--r-- | net/userppp/patches/patch-ab | 12 | ||||
-rw-r--r-- | net/userppp/patches/patch-ac | 12 | ||||
-rw-r--r-- | net/userppp/patches/patch-ad | 7 | ||||
-rw-r--r-- | net/userppp/patches/patch-ae | 14 |
5 files changed, 56 insertions, 0 deletions
diff --git a/net/userppp/patches/patch-aa b/net/userppp/patches/patch-aa new file mode 100644 index 00000000000..2fd12e4eaa9 --- /dev/null +++ b/net/userppp/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/11/07 17:26:58 ad Exp $ + +--- Makefile.orig Tue Nov 7 15:27:16 2000 ++++ Makefile Tue Nov 7 15:27:25 2000 +@@ -1,5 +1,5 @@ + SUBDIR+=libhack ppp pppctl +-EXAMPLES=/usr/share/examples/ppp ++EXAMPLES=${PREFIX}/share/examples/ppp + .include <bsd.subdir.mk> + afterinstall: + if [ ! -d /etc/ppp ]; then mkdir -p /etc/ppp; chmod 755 /etc/ppp; fi diff --git a/net/userppp/patches/patch-ab b/net/userppp/patches/patch-ab new file mode 100644 index 00000000000..206b6e61a40 --- /dev/null +++ b/net/userppp/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/11/07 17:26:58 ad Exp $ + +--- ppp/Makefile Tue Nov 7 15:40:44 2000 ++++ ppp/Makefile Tue Nov 7 15:40:49 2000 +@@ -123,7 +123,6 @@ + # Note, uucplock.c and libutil.h do not really belong here ! + CFLAGS+=-I. -I../libhack + SRCS+=uucplock.c +-BINDIR=/usr/sbin + + .PATH: ${.CURDIR}/../libhack + diff --git a/net/userppp/patches/patch-ac b/net/userppp/patches/patch-ac new file mode 100644 index 00000000000..fbeb37984e0 --- /dev/null +++ b/net/userppp/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1.1.1 2000/11/07 17:26:58 ad Exp $ + +--- pppctl/Makefile.orig Tue Nov 7 15:15:10 2000 ++++ pppctl/Makefile Tue Nov 7 15:15:18 2000 +@@ -13,7 +13,6 @@ + .endif + + # To install correctly: +-BINDIR=/usr/sbin + BINOWN=root + + .include <bsd.prog.mk> diff --git a/net/userppp/patches/patch-ad b/net/userppp/patches/patch-ad new file mode 100644 index 00000000000..0feaaa8246f --- /dev/null +++ b/net/userppp/patches/patch-ad @@ -0,0 +1,7 @@ +$NetBSD: patch-ad,v 1.1.1.1 2000/11/07 17:26:58 ad Exp $ + +--- /dev/null Sat Jul 29 16:32:22 2000 ++++ Makefile.inc Tue Nov 7 15:24:26 2000 +@@ -0,0 +1,2 @@ ++BINDIR= ${PREFIX}/sbin ++MANDIR= ${PREFIX}/man diff --git a/net/userppp/patches/patch-ae b/net/userppp/patches/patch-ae new file mode 100644 index 00000000000..978337b7e57 --- /dev/null +++ b/net/userppp/patches/patch-ae @@ -0,0 +1,14 @@ +$NetBSD: patch-ae,v 1.1.1.1 2000/11/07 17:26:58 ad Exp $ + +--- ppp/ppp.8.orig Tue Nov 7 16:07:41 2000 ++++ ppp/ppp.8 Tue Nov 7 16:20:08 2000 +@@ -3188,8 +3188,7 @@ + .Ar remotePort Ns + .Oo + .No - Ns Ar remotePort +-.Oc Oc +-.Xc ++.Oc Oc Xc + This command causes incoming + .Ar proto + connections to |