diff options
| author | Kenneth Raplee <kenrap@kennethraplee.com> | 2026-02-14 06:14:00 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-03-08 08:13:00 +0000 |
| commit | b7bb9edee49b0ae8fc1202e4baed638b32087093 (patch) | |
| tree | 1ffd98574a50e0f71e2544f669145b613db5f2d9 | |
| parent | 59d6bafdeb44a898595e725f303508b30d259081 (diff) | |
x11/ly: Restore install directions in pkg-message.in
| -rw-r--r-- | x11/ly/files/pkg-message.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/ly/files/pkg-message.in b/x11/ly/files/pkg-message.in index 3f5bfcccf152..59b0f56737c1 100644 --- a/x11/ly/files/pkg-message.in +++ b/x11/ly/files/pkg-message.in @@ -1,4 +1,20 @@ [ +{ type: install + message: <<EOM +Add the following entry to /etc/gettytab: + +Ly:\ + :lo=%%PREFIX%%/bin/ly_wrapper:\ + :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 +} { type: upgrade maximum_version: 1.3.0 message: <<EOM |
