mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Do not obtain the pager program through the PAGER environment variable. Instead, introduce a configuration setting to specify the pager program as part of the ts-shell configuration. Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Hendrik Brueckner <brueckner@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
34 lines
868 B
Plaintext
34 lines
868 B
Plaintext
# Terminal server shell (ts-shell) configuration file
|
|
#
|
|
# See ts-shell(1) manual page for file format syntax.
|
|
|
|
# Generic settings
|
|
# ----------------
|
|
|
|
# pager
|
|
# binary to paginate output (default: less)
|
|
#pager = /usr/bin/less
|
|
|
|
# System and authorization settings
|
|
# ---------------------------------
|
|
|
|
# ts-system
|
|
# file path to the ts-systems.conf configuration file
|
|
ts-systems = @sysconf_path@/unrestricted.conf
|
|
|
|
# ts-authorization
|
|
# file path to the ts-authorization.conf configuration file
|
|
ts-authorization = @sysconf_path@/ts-authorization.conf
|
|
|
|
|
|
# Session transcript settings
|
|
# ---------------------------
|
|
|
|
# transcript-systems
|
|
# file path to a list of systems for which session transcript are created
|
|
transcript-systems = @sysconf_path@/ts-audit-systems.conf
|
|
|
|
# transcript-directory
|
|
# directory path for saving transcripts
|
|
transcript-directory = /var/log/ts-shell
|