opnsense-ports/devel/py-http-prompt/files/pkg-message.in
Franco Fichtner a309cd75a6 */*: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:35:32 +02:00

14 lines
192 B
Text

[
{ type: install
message: <<EOM
For the output colors work properly you need to use LESS as your
default pager instead of MORE.
zsh:
$ export PAGER=less
csh:
$ setenv PAGER less
EOM
}
]