Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Dec 1999 04:44:15 +0100 (CET)
From:      Christian Weisgerber <naddy@mips.rhein-neckar.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/15680: Xref hosts.equiv(5) from r* man pages
Message-ID:  <199912250344.EAA67601@bigeye.rhein-neckar.de>

next in thread | raw e-mail | index | archive | help

>Number:         15680
>Category:       docs
>Synopsis:       Xref hosts.equiv(5) from r* man pages
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 24 21:40:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Christian Weisgerber
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

>Description:

The rlogin.1/rsh.1/rlogind.1/rshd.1 man pages don't crossreference
hosts.equiv(5), which makes it difficult for newbies to configure
these r* commands.

Other than adding the crossreferences and mentions in the FILES
section where missing, the appended patch also changes

.Pa $HOME/foo

to

.Sm off
.Pa Ev $HOME /foo
.Sm on

in order to properly mark up the environment variable.

>How-To-Repeat:

>Fix:

--- /usr/src/libexec/rshd/rshd.8	Sat Sep 11 03:50:40 1999
+++ libexec/rshd/rshd.8	Sat Dec 25 04:32:15 1999
@@ -219,6 +219,7 @@
 .Xr rcmd 3 ,
 .Xr ruserok 3 ,
 .Xr hosts 5 ,
+.Xr hosts.equiv 5 ,
 .Xr login.conf 5 ,
 .Xr nologin 5 ,
 .Xr services 5 ,
@@ -230,7 +231,9 @@
 .It Pa /etc/hosts
 .It Pa /etc/hosts.equiv
 .It Pa /etc/login.conf
-.It Pa $HOME/.rhosts
+.Sm off
+.It Pa Ev $HOME /.rhosts
+.Sm on
 .It Pa /var/run/nologin
 .El
 .Sh BUGS
--- /usr/src/libexec/rlogind/rlogind.8	Sat Sep 11 03:50:35 1999
+++ libexec/rlogind/rlogind.8	Sat Dec 25 04:31:18 1999
@@ -170,13 +170,16 @@
 .Xr login 1 ,
 .Xr ruserok 3 ,
 .Xr hosts 5 ,
+.Xr hosts.equiv 5 ,
 .Xr nologin 5 ,
 .Xr rshd 8
 .Sh FILES
 .Bl -tag -width /etc/hostsxxxxxxxx -compact
 .It Pa /etc/hosts
 .It Pa /etc/hosts.equiv
-.It Pa $HOME/.rhosts
+.Sm off
+.It Pa Ev $HOME /.rhosts
+.Sm on
 .It Pa /var/run/nologin
 .El
 
--- /usr/src/usr.bin/rlogin/rlogin.1	Sat Sep 11 04:02:00 1999
+++ usr.bin/rlogin/rlogin.1	Sat Dec 25 04:28:12 1999
@@ -194,6 +194,7 @@
 .Xr ruserok 3 ,
 .Xr tty 4 ,
 .Xr hosts 5 ,
+.Xr hosts.equiv 5 ,
 .Xr rlogind 8 ,
 .Xr rshd 8
 
@@ -202,8 +203,10 @@
 .It Pa /etc/hosts
 .It Pa /etc/hosts.equiv
 .It Pa /etc/auth.conf
-.It Pa $HOME/.rhosts
-.It Pa $HOME/.klogin
+.Sm off
+.It Pa Ev $HOME /.rhosts
+.It Pa Ev $HOME /.klogin
+.Sm on
 .El
 
 .Sh HISTORY
--- /usr/src/usr.bin/rsh/rsh.1	Fri Nov 19 00:22:27 1999
+++ usr.bin/rsh/rsh.1	Sat Dec 25 04:27:20 1999
@@ -137,7 +137,11 @@
 .Sh FILES
 .Bl -tag -width /etc/hosts -compact
 .It Pa /etc/hosts
+.It Pa /etc/hosts.equiv
 .It Pa /etc/auth.conf
+.Sm off
+.It Pa Ev $HOME /.rhosts
+.Sm on
 .El
 .Sh SEE ALSO
 .Xr rlogin 1 ,
@@ -148,6 +152,7 @@
 .Xr rcmd 3 ,
 .Xr ruserok 3 ,
 .Xr hosts 5 ,
+.Xr hosts.equiv 5 ,
 .Xr rlogind 8 ,
 .Xr rshd 8
 .Sh HISTORY

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912250344.EAA67601>