aboutsummaryrefslogtreecommitdiffstats
path: root/security/pidentd/files
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-17 02:31:04 +0800
committerpeter <peter@FreeBSD.org>1996-08-17 02:31:04 +0800
commitb51c5be8e821cf6c906bf74f7f02324f893c1650 (patch)
tree375ec01d4f09cfc4e90115d23c946e364212c6cf /security/pidentd/files
parent4de286b413adc50bfe9bca3d95aff62595d70278 (diff)
downloadfreebsd-ports-gnome-b51c5be8e821cf6c906bf74f7f02324f893c1650.tar.gz
freebsd-ports-gnome-b51c5be8e821cf6c906bf74f7f02324f893c1650.tar.zst
freebsd-ports-gnome-b51c5be8e821cf6c906bf74f7f02324f893c1650.zip
Update from 2.7b3 -> 2.7b4, the author included our patch.
.. however, he also changed the top level Makefile to use $PREFIX for something completely different (and incompatable) to what we use it for.
Diffstat (limited to 'security/pidentd/files')
-rw-r--r--security/pidentd/files/patch-ab85
-rw-r--r--security/pidentd/files/patch-ac108
2 files changed, 71 insertions, 122 deletions
diff --git a/security/pidentd/files/patch-ab b/security/pidentd/files/patch-ab
index 01f92189484d..76b2b24f01d6 100644
--- a/security/pidentd/files/patch-ab
+++ b/security/pidentd/files/patch-ab
@@ -1,55 +1,30 @@
-*** Makefile.orig Mon Jun 5 21:49:08 1995
---- Makefile Fri Jul 28 04:53:59 1995
-***************
-*** 15,21 ****
- #
- TAR=tar
- MAKE=make
-! DESTROOT=/usr/local
- DESTDIR=$(DESTROOT)/sbin
- MANROOT=$(DESTROOT)/man
- MANDIR=$(MANROOT)/man8
---- 15,21 ----
- #
- TAR=tar
- MAKE=make
-! DESTROOT=${PREFIX}
- DESTDIR=$(DESTROOT)/sbin
- MANROOT=$(DESTROOT)/man
- MANDIR=$(MANROOT)/man8
-***************
-*** 42,48 ****
- # GLIBS=-lident -ldes
- GLIBS=
-
-! CFLAGS=-O
-
- all:
- @echo "Please specify the type of system you wish to build for."
---- 42,48 ----
- # GLIBS=-lident -ldes
- GLIBS=
-
-! #CFLAGS=-O
-
- all:
- @echo "Please specify the type of system you wish to build for."
-***************
-*** 387,394 ****
-
- install: in.identd idecrypt
- cp identd.man $(MANDIR)/identd.$(MANSECT)
- echo ".so man$(MANSECT)/identd.$(MANSECT)" > $(MANDIR)/in.identd.$(MANSECT)
-! cp in.identd $(DESTDIR)/in.identd
- cp idecrypt.man $(MANDIR)/idecrypt.$(MANSECT)
- cp idecrypt $(DESTDIR)/idecrypt
-
---- 387,394 ----
-
- install: in.identd idecrypt
- cp identd.man $(MANDIR)/identd.$(MANSECT)
- echo ".so man$(MANSECT)/identd.$(MANSECT)" > $(MANDIR)/in.identd.$(MANSECT)
-! cp in.identd $(DESTDIR)/identd
- cp idecrypt.man $(MANDIR)/idecrypt.$(MANSECT)
- cp idecrypt $(DESTDIR)/idecrypt
-
+--- Makefile.orig Mon Aug 12 06:08:06 1996
++++ Makefile Sat Aug 17 01:54:22 1996
+@@ -18,9 +18,9 @@
+ MAKE=make
+
+ # set this to 'in.' if you like Sun's prefix on internet daemons
+-PREFIX=in.
++PREFIX=
+
+-DESTROOT=/usr/local
++DESTROOT=${REALPREFIX}
+
+ # set this to '/share' if your man pages are in /usr/share
+ #SHARE=/share
+@@ -60,13 +60,13 @@
+ # -DSTRONG_LOG -DALLOW_FORMAT \
+ #
+ GDEFS=-DSTRONG_LOG -DALLOW_FORMAT \
+- -DDPATH_CONFIG='\"$(CONFDIR)/identd.conf\"' \
++ -DPATH_CONFIG='\"$(CONFDIR)/identd.conf\"' \
+ -DPATH_DESKEY='\"$(CONFDIR)/identd.key\"'
+
+ # GLIBS=-lident -ldes
+ GLIBS=
+
+-CFLAGS=-O
++#CFLAGS=-O
+ #LDFLAGS=-L$(DESTROOT)/lib
+
+ all:
diff --git a/security/pidentd/files/patch-ac b/security/pidentd/files/patch-ac
index 664d08da62cd..365a5e989433 100644
--- a/security/pidentd/files/patch-ac
+++ b/security/pidentd/files/patch-ac
@@ -1,67 +1,41 @@
-*** identd.man.orig Thu Jul 27 21:18:14 1995
---- identd.man Thu Jul 27 21:16:53 1995
-***************
-*** 6,12 ****
- .SH NAME
- identd, in.identd \- TCP/IP IDENT protocol server
- .SH SYNOPSIS
-! .B /usr/sbin/in.identd
- .RB [ \-i | \-w | \-b ]
- .RB [ \-t<seconds> ]
- .RB [ \-u<uid> ]
---- 6,12 ----
- .SH NAME
- identd, in.identd \- TCP/IP IDENT protocol server
- .SH SYNOPSIS
-! .B !!PREFIX!!/sbin/identd
- .RB [ \-i | \-w | \-b ]
- .RB [ \-t<seconds> ]
- .RB [ \-u<uid> ]
-***************
-*** 234,247 ****
- mode of operation.
- .SH EXAMPLES
- Assuming the server is located in
-! .B /usr/etc/in.identd
- one can put either:
- .PP
-! ident stream tcp wait sys /usr/etc/in.identd in.identd -w -t120
- .PP
- or:
- .PP
-! ident stream tcp nowait sys /usr/etc/in.identd in.identd -i
- .PP
- into the
- .B /etc/inetd.conf
---- 234,247 ----
- mode of operation.
- .SH EXAMPLES
- Assuming the server is located in
-! .B !!PREFIX!!/sbin/identd
- one can put either:
- .PP
-! ident stream tcp wait sys !!PREFIX!!/sbin/identd identd -w -t120
- .PP
- or:
- .PP
-! ident stream tcp nowait sys !!PREFIX!!/sbin/identd identd -i
- .PP
- into the
- .B /etc/inetd.conf
-***************
-*** 254,260 ****
- .B /etc/rc.local
- file:
- .PP
-! /usr/etc/in.identd -b -u2 -g2
- .PP
- This will make it run in the background as user 2, group 2 (user "sys",
- group "kmem" on SunOS 4.1.1).
---- 254,260 ----
- .B /etc/rc.local
- file:
- .PP
-! !!PREFIX!!/sbin/identd -b -u2 -g2
- .PP
- This will make it run in the background as user 2, group 2 (user "sys",
- group "kmem" on SunOS 4.1.1).
+--- identd.man.orig Mon Aug 12 04:58:37 1996
++++ identd.man Sat Aug 17 01:43:42 1996
+@@ -4,9 +4,9 @@
+ .\"
+ .TH IDENTD 8 "27 May 1992"
+ .SH NAME
+-identd, in.identd \- TCP/IP IDENT protocol server
++identd \- TCP/IP IDENT protocol server
+ .SH SYNOPSIS
+-.B xDESTDIRx/[in.]identd
++.B !!PREFIX!!/identd
+ .RB [ \-i | \-w | \-b ]
+ .RB [ \-t<seconds> ]
+ .RB [ \-u<uid> ]
+@@ -322,14 +322,14 @@
+ mode of operation.
+ .SH EXAMPLES
+ Assuming the server is located in
+-.B /usr/etc/in.identd
++.B !!PREFIX!!/sbin/identd
+ one can put either:
+ .PP
+-ident stream tcp wait sys /usr/etc/in.identd in.identd -w -t120
++ident stream tcp wait sys !!PREFIX!!/sbin/identd identd -w -t120
+ .PP
+ or:
+ .PP
+-ident stream tcp nowait sys /usr/etc/in.identd in.identd -i
++ident stream tcp nowait sys !!PREFIX!!/sbin/identd identd -i
+ .PP
+ into the
+ .B /etc/inetd.conf
+@@ -342,7 +342,7 @@
+ .B /etc/rc.local
+ file:
+ .PP
+-/usr/etc/in.identd -b -u2 -g2
++!!PREFIX!!/sbin/identd -b -u2 -g2
+ .PP
+ This will make it run in the background as user 2, group 2 (user "sys",
+ group "kmem" on SunOS 4.1.1).