mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
e88937b01d
There are fewer LightDM greeters in the ports tree than the pkg-message suggests. List them both. Do not bump PORTREVISION because this isn't worth making people rebuild things. PR: 271628
17 lines
555 B
Plaintext
17 lines
555 B
Plaintext
[
|
|
{
|
|
message: <<EOD
|
|
For LightDM to function, it requires one of the available greeters to be
|
|
installed, for instance x11/lightdm-gtk-greeter or x11/slick-greeter .
|
|
|
|
If you enable the lock-memory option in lightdm.conf (e.g. due to security
|
|
concerns), you will also need to increase the maximum amount of memory FreeBSD
|
|
will allow a daemon to lock into main memory using mlock(2).
|
|
To increase this limit, run the following commands:
|
|
# sed -i '' -e 's/memorylocked=128M/memorylocked=256M/' /etc/login.conf
|
|
# cap_mkdb /etc/login.conf
|
|
EOD,
|
|
type: install
|
|
}
|
|
]
|