diff options
author | asami <asami@FreeBSD.org> | 1999-01-12 14:09:23 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-12 14:09:23 +0000 |
commit | 7df90d6ad06ba22eb437328b36e34fbb6479d14b (patch) | |
tree | ca50fb1bcc96a0cb77c36072e290c28e5fadd122 /libexec | |
parent | acf90526f4b817a0d07c51cb0cb967b15e3a0672 (diff) | |
download | FreeBSD-src-7df90d6ad06ba22eb437328b36e34fbb6479d14b.zip FreeBSD-src-7df90d6ad06ba22eb437328b36e34fbb6479d14b.tar.gz |
Oops, I missed a few more /etc/nologin references yesterday. It appears
my check of the tree was incomplete. Sorry guys.
Reported by: Ben Smithurst <ben@scientia.demon.co.uk>
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ftpd/ftpd.8 | 6 | ||||
-rw-r--r-- | libexec/rlogind/rlogind.8 | 4 | ||||
-rw-r--r-- | libexec/rshd/rshd.8 | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index 5cb6620..df63932 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94 -.\" $Id: ftpd.8,v 1.23 1998/09/29 22:02:06 alex Exp $ +.\" $Id: ftpd.8,v 1.24 1998/12/02 22:11:02 billf Exp $ .\" .Dd April 19, 1994 .Dt FTPD 8 @@ -138,7 +138,7 @@ Allow only anonymous ftp access. .El .Pp The file -.Pa /etc/nologin +.Pa /var/run/nologin can be used to disable ftp access. If the file exists, .Nm @@ -436,7 +436,7 @@ Virtual hosting configuration file. Welcome notice. .It Pa /etc/ftpmotd Welcome notice after login. -.It Pa /etc/nologin +.It Pa /var/run/nologin Displayed and access refused. .It Pa /var/log/ftpd Log file for anonymous transfers. diff --git a/libexec/rlogind/rlogind.8 b/libexec/rlogind/rlogind.8 index e3f3593..4f8ae93 100644 --- a/libexec/rlogind/rlogind.8 +++ b/libexec/rlogind/rlogind.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rlogind.8 8.1 (Berkeley) 6/4/93 -.\" $Id: rlogind.8,v 1.8 1997/02/22 14:22:07 peter Exp $ +.\" $Id: rlogind.8,v 1.9 1997/11/25 07:17:13 charnier Exp $ .\" .Dd June 4, 1993 .Dt RLOGIND 8 @@ -177,7 +177,7 @@ by the server failed. .It Pa /etc/hosts .It Pa /etc/hosts.equiv .It Pa $HOME/.rhosts -.It Pa /etc/nologin +.It Pa /var/run/nologin .El .Sh BUGS diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index 314f3fe..7af12ec 100644 --- a/libexec/rshd/rshd.8 +++ b/libexec/rshd/rshd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rshd.8 8.1 (Berkeley) 6/4/93 -.\" $Id: rshd.8,v 1.13 1998/12/03 05:45:18 bde Exp $ +.\" $Id: rshd.8,v 1.14 1998/12/16 07:20:44 peter Exp $ .\" .Dd June 4, 1993 .Dt RSHD 8 @@ -126,7 +126,7 @@ file, unless the user is the superuser. .It If the file -.Pa /etc/nologin +.Pa /var/run/nologin exists and the user is not the superuser, the connection is closed. The name of the nologin file may be overridden @@ -231,7 +231,7 @@ and is not preceded by a flag byte. .It Pa /etc/hosts.equiv .It Pa /etc/login.conf .It Pa $HOME/.rhosts -.It Pa /etc/nologin +.It Pa /var/run/nologin .El .Sh BUGS The authentication procedure used here assumes the integrity |