--- identd.man.orig Mon Jul 28 23:01:22 1997 +++ identd.man Tue Sep 29 18:40:47 1998 @@ -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 ] .RB [ \-u ] @@ -205,7 +205,7 @@ If the .I keyfile is not specified, it defaults to -.BR /etc/identd.key . +.BR !!PREFIX!!/etc/identd.key . .PP The .B \-n @@ -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). --- idecrypt.man.orig Tue Sep 29 19:00:01 1998 +++ idecrypt.man Tue Sep 29 19:01:05 1998 @@ -14,7 +14,7 @@ .PP .B idecrypt reads up to 1024 lines from the -.B /etc/identd.key +.B !!PREFIX!!/etc/identd.key file, converting each line to a DES key using .BR des_string_to_key (3). It then reads standard input, searching for encrypted tokens @@ -51,7 +51,7 @@ the remote IP address and the remote port number. .SH EXAMPLE Suppose that the local host has IP address 10.2.3.4, the local -.B /etc/identd.key +.B !!PREFIX!!/etc/identd.key file contains .PP foobar @@ -74,7 +74,7 @@ If the administrator of the remote host later provides the administrator of the local host with a copy of the encrypted token, and if the secret key has not been removed from the local -.B /etc/identd.key +.B !!PREFIX!!/etc/identd.key file, then the administrator of the local host can run .B idecrypt and can provide the encrypted token in standard input.