diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-08-16 18:31:04 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-08-16 18:31:04 +0000 |
| commit | 54a78b40a6f8d37368bfe720deb2c2411e7b8b38 (patch) | |
| tree | 4d840d1a9de7a88c9a76a8d2a8b907500e6519eb /security/pidentd/files/patch-ac | |
| parent | aargh, I forgot to commit this. This fixes an optimization originally (diff) | |
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.
Notes
Notes:
svn path=/head/; revision=3625
Diffstat (limited to 'security/pidentd/files/patch-ac')
| -rw-r--r-- | security/pidentd/files/patch-ac | 108 |
1 files changed, 41 insertions, 67 deletions
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). |
