Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2002 02:27:51 -0400 (EDT)
From:      Munish Chopra <mchopra@engmail.uwaterloo.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   misc/41149: fix lukemftpd man page: /etc/nologin -> /var/run/nologin
Message-ID:  <20020730062751.123BB450@opiate.thirteenandtwo.org>

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

>Number:         41149
>Category:       misc
>Synopsis:       fix lukemftpd man page: /etc/nologin -> /var/run/nologin
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 29 23:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Munish Chopra
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD opiate.thirteenandtwo.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Jul 28 23:47:23 EDT 2002 munish@opiate.thirteenandtwo.org:/usr/src/sys/i386/compile/OPIATE i386


	
>Description:
    NetBSD denies ftp logins if /etc/nologin exists. The equivalent in FreeBSD is /var/run/nologin. Fix the man page so people like me don't get frustrated.
>How-To-Repeat:
	
>Fix:

--- /usr/src/contrib/lukemftpd/src/ftpd.8	Fri Mar 15 06:15:11 2002
+++ ftpd.8	Tue Jul 30 02:20:24 2002
@@ -261,7 +261,7 @@
 .El
 .Pp
 The file
-.Pa /etc/nologin
+.Pa /var/run/nologin
 can be used to disable
 .Tn FTP
 access.
@@ -685,7 +685,7 @@
 Welcome notice before login.
 .It Pa /etc/motd
 Welcome notice after login.
-.It Pa /etc/nologin
+.It Pa /var/run/nologin
 If it exists, displayed and access is refused.
 .It Pa /var/run/ftpd.pids-CLASS
 State file of logged-in processes for the
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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