diff options
author | des <des@FreeBSD.org> | 2012-06-11 16:18:39 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2012-06-11 16:18:39 +0000 |
commit | 307fcde10052c1c0d84e3cc7378c0d1642742d2a (patch) | |
tree | 56fd8cca342aa9d3976f19e04ea90584bd03a77c /usr.bin | |
parent | 859bb04daaa6b7e432d6e33607ad82454a2cf75e (diff) | |
download | FreeBSD-src-307fcde10052c1c0d84e3cc7378c0d1642742d2a.zip FreeBSD-src-307fcde10052c1c0d84e3cc7378c0d1642742d2a.tar.gz |
None of these programs actually use auth.conf.
MFC after: 1 week
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/login/login.1 | 2 | ||||
-rw-r--r-- | usr.bin/passwd/passwd.1 | 2 | ||||
-rw-r--r-- | usr.bin/rlogin/rlogin.1 | 2 | ||||
-rw-r--r-- | usr.bin/rsh/rsh.1 | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1 index d80783d..a1a283a 100644 --- a/usr.bin/login/login.1 +++ b/usr.bin/login/login.1 @@ -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 diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1 index da540ca..dbb5a4d 100644 --- a/usr.bin/passwd/passwd.1 +++ b/usr.bin/passwd/passwd.1 @@ -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 , diff --git a/usr.bin/rlogin/rlogin.1 b/usr.bin/rlogin/rlogin.1 index f98fa24..8aea6bd 100644 --- a/usr.bin/rlogin/rlogin.1 +++ b/usr.bin/rlogin/rlogin.1 @@ -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 , diff --git a/usr.bin/rsh/rsh.1 b/usr.bin/rsh/rsh.1 index 6dbb90e..7cc64d2 100644 --- a/usr.bin/rsh/rsh.1 +++ b/usr.bin/rsh/rsh.1 @@ -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 , |