From b1bb7c6f4371e67e251dfee43923b8b74d3fa072 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Fri, 5 Sep 1997 04:24:22 +0000 Subject: [PATCH] - Changed default PAGER from 'less' to 'more', since we don't have less in the base system. PR: bin/4471 Submitted by: Dmitry Khrustalev --- usr.bin/ftp/ftp_var.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/ftp/ftp_var.h b/usr.bin/ftp/ftp_var.h index 3a7423fbaf2..d572bf00995 100644 --- a/usr.bin/ftp/ftp_var.h +++ b/usr.bin/ftp/ftp_var.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: ftp_var.h,v 1.4 1997/06/25 08:56:41 msmith Exp $ */ /* $NetBSD: ftp_var.h,v 1.16 1997/04/14 09:09:23 lukem Exp $ */ /* @@ -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.