Date: Fri, 5 Sep 1997 05:13:05 +0400 (MSD) From: Dmitry Khrustalev <dima@xyzzy.machaon.ru> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: bin/4471: ftp default pager is less, which is not in the base system Message-ID: <199709050113.FAA07155@xyzzy.machaon.ru> Resent-Message-ID: <199709050120.SAA06202@hub.freebsd.org>
index | next in thread | raw e-mail
>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:
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709050113.FAA07155>
