mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
- Changed default PAGER from 'less' to 'more', since we don't have less
in the base system. PR: bin/4471 Submitted by: Dmitry Khrustalev <dima@xyzzy.machaon.ru>
This commit is contained in:
parent
4d121235a2
commit
b1bb7c6f43
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue