x11/lightdm: Add lightdm user to the video group to fix runtime error
Reported by: grehan, userxbw, https://forums.freebsd.org/threads/lightdm-libgl.73658/
This commit is contained in:
2
GIDs
2
GIDs
@@ -7,7 +7,7 @@ operator:*:5:amanda
|
||||
mail:*:6:postfix,clamav
|
||||
ftp:*:14:
|
||||
smmsp:*:25:
|
||||
video:*:44:
|
||||
video:*:44:lightdm
|
||||
bind:*:53:
|
||||
rdfdb:*:55:
|
||||
spamd:*:58:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= lightdm
|
||||
PORTVERSION= 1.30.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= https://github.com/CanonicalLtd/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
|
||||
|
||||
@@ -35,7 +35,7 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-tests # PAM errors
|
||||
INSTALL_TARGET= install-strip
|
||||
USERS= lightdm
|
||||
GROUPS= lightdm
|
||||
GROUPS= lightdm video
|
||||
PORTSCOUT= limitw:1,even
|
||||
SUB_FILES= Xsession
|
||||
|
||||
|
||||
Reference in New Issue
Block a user