freebsd-ports/x11/ly/files/pkg-message.in
Mateusz Piotrowski 756c0aa663 New port: x11/ly: TUI (ncurses-like) display manager for X and Wayland
Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD.

It supports both X11 and Wayland sessions.

WWW: https://github.com/cylgom/ly

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D22228
2019-11-15 15:04:01 +00:00

18 lines
389 B
Text

[
{ type: install
message: <<EOM
Add the following entry to /etc/gettytab:
Ly:\
:lo=%%PREFIX%%/bin/ly:\
:al=root:
Modify the command field of the ttyv1 terminal entry in /etc/ttys
ttyv1 "/usr/libexec/getty Ly" xterm on secure
Make sure that "tty" is set appropriately in the %%ETCDIR%%/config.ini file if
you decide to configure a different TTY for Ly instead.
EOM
}
]