summaryrefslogtreecommitdiff
path: root/security/pidentd/files/patch-ac
blob: c637d0b4fa4b4a7012c31d1cf2e2e875ae6912f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
--- 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!!/sbin/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).