svn commit: r236892 - in head: bin/rcp libexec/rshd usr.bin/login usr.bin/passwd usr.bin/rlogin usr.bin/rsh

Dag-Erling Smorgrav des at FreeBSD.org
Mon Jun 11 16:18:41 UTC 2012


Author: des
Date: Mon Jun 11 16:18:39 2012
New Revision: 236892
URL: http://svn.freebsd.org/changeset/base/236892

Log:
  None of these programs actually use auth.conf.
  
  MFC after:	1 week

Modified:
  head/bin/rcp/rcp.1
  head/libexec/rshd/rshd.8
  head/usr.bin/login/login.1
  head/usr.bin/passwd/passwd.1
  head/usr.bin/rlogin/rlogin.1
  head/usr.bin/rsh/rsh.1

Modified: head/bin/rcp/rcp.1
==============================================================================
--- head/bin/rcp/rcp.1	Mon Jun 11 16:08:03 2012	(r236891)
+++ head/bin/rcp/rcp.1	Mon Jun 11 16:18:39 2012	(r236892)
@@ -116,17 +116,11 @@ The
 .Nm
 utility handles third party copies, where neither source nor target files
 are on the current machine.
-.Sh FILES
-.Bl -tag -width ".Pa /etc/auth.conf" -compact
-.It Pa /etc/auth.conf
-configure authentication services
-.El
 .Sh SEE ALSO
 .Xr cp 1 ,
 .Xr ftp 1 ,
 .Xr rlogin 1 ,
 .Xr rsh 1 ,
-.Xr auth.conf 5 ,
 .Xr hosts.equiv 5
 .Sh HISTORY
 The

Modified: head/libexec/rshd/rshd.8
==============================================================================
--- head/libexec/rshd/rshd.8	Mon Jun 11 16:08:03 2012	(r236891)
+++ head/libexec/rshd/rshd.8	Mon Jun 11 16:18:39 2012	(r236892)
@@ -237,7 +237,6 @@ and is not preceded by a flag byte.
 .Xr gethostbyaddr 3 ,
 .Xr rcmd 3 ,
 .Xr ruserok 3 ,
-.Xr auth.conf 5 ,
 .Xr hosts 5 ,
 .Xr hosts.equiv 5 ,
 .Xr login.conf 5 ,

Modified: head/usr.bin/login/login.1
==============================================================================
--- head/usr.bin/login/login.1	Mon Jun 11 16:08:03 2012	(r236891)
+++ head/usr.bin/login/login.1	Mon Jun 11 16:18:39 2012	(r236892)
@@ -137,8 +137,6 @@ message-of-the-day
 system mailboxes
 .It Pa \&.hushlogin
 makes login quieter
-.It Pa /etc/auth.conf
-configure authentication services
 .It Pa /etc/pam.d/login
 .Xr pam 8
 configuration file

Modified: head/usr.bin/passwd/passwd.1
==============================================================================
--- head/usr.bin/passwd/passwd.1	Mon Jun 11 16:08:03 2012	(r236891)
+++ head/usr.bin/passwd/passwd.1	Mon Jun 11 16:18:39 2012	(r236892)
@@ -221,8 +221,6 @@ a Version 7 format password file
 temporary copy of the password file
 .It Pa /etc/login.conf
 login class capabilities database
-.It Pa /etc/auth.conf
-configure authentication services
 .El
 .Sh SEE ALSO
 .Xr chpass 1 ,

Modified: head/usr.bin/rlogin/rlogin.1
==============================================================================
--- head/usr.bin/rlogin/rlogin.1	Mon Jun 11 16:08:03 2012	(r236891)
+++ head/usr.bin/rlogin/rlogin.1	Mon Jun 11 16:18:39 2012	(r236892)
@@ -128,7 +128,6 @@ Determines the user's terminal type.
 .Bl -tag -width /etc/hosts -compact
 .It Pa /etc/hosts
 .It Pa /etc/hosts.equiv
-.It Pa /etc/auth.conf
 .It Ev $HOME Ns Pa /.rhosts
 .El
 .Sh SEE ALSO
@@ -138,7 +137,6 @@ Determines the user's terminal type.
 .Xr setsockopt 2 ,
 .Xr ruserok 3 ,
 .Xr tty 4 ,
-.Xr auth.conf 5 ,
 .Xr hosts 5 ,
 .Xr hosts.equiv 5 ,
 .Xr rlogind 8 ,

Modified: head/usr.bin/rsh/rsh.1
==============================================================================
--- head/usr.bin/rsh/rsh.1	Mon Jun 11 16:08:03 2012	(r236891)
+++ head/usr.bin/rsh/rsh.1	Mon Jun 11 16:18:39 2012	(r236892)
@@ -125,14 +125,12 @@ to
 .Sh FILES
 .Bl -tag -width /etc/hosts -compact
 .It Pa /etc/hosts
-.It Pa /etc/auth.conf
 .El
 .Sh SEE ALSO
 .Xr rlogin 1 ,
 .Xr setsockopt 2 ,
 .Xr rcmd 3 ,
 .Xr ruserok 3 ,
-.Xr auth.conf 5 ,
 .Xr hosts 5 ,
 .Xr hosts.equiv 5 ,
 .Xr rlogind 8 ,


More information about the svn-src-all mailing list