From dima@xyzzy.machaon.ru  Thu Sep  4 18:13:40 1997
Received: from xyzzy.machaon.ru ([195.218.138.66])
          by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA05824
          for <FreeBSD-gnats-submit@freebsd.org>; Thu, 4 Sep 1997 18:13:30 -0700 (PDT)
Received: (from dima@localhost)
	by xyzzy.machaon.ru (8.8.7/8.8.5) id FAA07155;
	Fri, 5 Sep 1997 05:13:05 +0400 (MSD)
Message-Id: <199709050113.FAA07155@xyzzy.machaon.ru>
Date: Fri, 5 Sep 1997 05:13:05 +0400 (MSD)
From: Dmitry Khrustalev <dima@xyzzy.machaon.ru>
Reply-To: dima@bog.msu.su
To: FreeBSD-gnats-submit@freebsd.org
Subject: ftp default pager is less, which is not in the base system
X-Send-Pr-Version: 3.2

>Number:         4471
>Category:       bin
>Synopsis:       ftp default pager is less, which is not in the base system
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep  4 18:20:01 PDT 1997
>Closed-Date:    Thu Sep 4 21:24:25 PDT 1997
>Last-Modified:  Thu Sep  4 21:25:16 PDT 1997
>Originator:     Dmitry Khrustalev
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
>Environment:

	

>Description:

ftp(1) will default pager to less if $PAGER environment variable is not set.
less is not included in the system.

>How-To-Repeat:

	

>Fix:
	
--- ftp_var.h.O	Fri Sep  5 05:04:45 1997
+++ ftp_var.h	Fri Sep  5 05:04:59 1997
@@ -58,7 +58,7 @@
 #define	FTP_PORT	21	/* default if getservbyname("ftp/tcp") fails */
 #define	HTTP_PORT	80	/* default if getservbyname("http/tcp") fails */
 
-#define PAGER		"less"	/* default pager if $PAGER isn't set */
+#define PAGER		"more"	/* default pager if $PAGER isn't set */
 
 /*
  * Options and other state info.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nate 
State-Changed-When: Thu Sep 4 21:24:25 PDT 1997 
State-Changed-Why:  
Suggested fix applied, Thanks! 
>Unformatted:
