Files
s390-tools/iucvterm/etc/ts-shell.conf.in
Hendrik Brueckner 2714f1d90e iucvterm/ts-shell: Introduce pager config to replace env variable
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>
2026-07-22 17:45:06 +02:00

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