From owner-freebsd-bugs Thu Sep 4 18:20:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA06214 for bugs-outgoing; Thu, 4 Sep 1997 18:20:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA06202; Thu, 4 Sep 1997 18:20:03 -0700 (PDT) Resent-Date: Thu, 4 Sep 1997 18:20:03 -0700 (PDT) Resent-Message-Id: <199709050120.SAA06202@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, dima@bog.msu.su Received: from xyzzy.machaon.ru ([195.218.138.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA05824 for ; 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 Reply-To: dima@bog.msu.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/4471: ftp default pager is less, which is not in the base system Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >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: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 4 18:20:01 PDT 1997 >Last-Modified: >Originator: Dmitry Khrustalev >Organization: >Release: FreeBSD 3.0-CURRENT i386 >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. >Audit-Trail: >Unformatted: