blob: 9fb1df0dd520e08f5d827a4f1a286e0a76215a12 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[
{ type: install
message: <<EOM
* You must be in the sudoers file in order to use lxqt-sudo
* You must be in the the wheel group in order to use lxsu
* You might find the keepenv option in doas.conf useful for lxdoas
EOM
},
{
type: upgrade
message: <<EOM
* lxqt-sudo now supports doas if installed. You can use the keepenv
setting in doas.conf for your user(s) if needed.
EOM
}
]
|