Bring it yet more fixes...
This commit is contained in:
parent
6c8410d49f
commit
40b67ea21a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.132 2012/10/08 21:47:04 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.133 2012/10/09 13:18:00 ajacoutot Exp $
|
||||
|
||||
BROKEN= needs pam(3)
|
||||
|
||||
@ -71,6 +71,7 @@ CONFIGURE_ARGS= --disable-static \
|
||||
--with-group=_gdm \
|
||||
--with-console-kit \
|
||||
--with-xauth-dir=/var/run/gdm \
|
||||
--with-initial-vt=05 \
|
||||
--without-systemd \
|
||||
--without-tcp-wrappers \
|
||||
--disable-console-helper
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: gdm-autologin,v 1.2 2012/10/08 21:47:04 ajacoutot Exp $
|
||||
# $OpenBSD: gdm-autologin,v 1.3 2012/10/09 13:18:00 ajacoutot Exp $
|
||||
|
||||
auth required pam_permit.so
|
||||
account required pam_nologin.so
|
||||
account include system-auth
|
||||
password include system-auth
|
||||
session include system-auth
|
||||
account include system
|
||||
password include system
|
||||
session include system
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: gdm-launch-environment,v 1.1 2012/10/08 21:47:04 ajacoutot Exp $
|
||||
# $OpenBSD: gdm-launch-environment,v 1.2 2012/10/09 13:18:00 ajacoutot Exp $
|
||||
|
||||
auth required pam_permit.so
|
||||
account required pam_nologin.so
|
||||
account include system-auth
|
||||
password include system-auth
|
||||
session include system-auth
|
||||
account include system
|
||||
password include system
|
||||
session include system
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: gdm-password,v 1.2 2012/10/08 21:47:04 ajacoutot Exp $
|
||||
# $OpenBSD: gdm-password,v 1.3 2012/10/09 13:18:00 ajacoutot Exp $
|
||||
|
||||
auth include system-auth
|
||||
auth include system
|
||||
account required pam_nologin.so
|
||||
account include system-auth
|
||||
password include system-auth
|
||||
session include system-auth
|
||||
account include system
|
||||
password include system
|
||||
session include system
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.51 2012/10/09 08:27:46 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.52 2012/10/09 13:18:00 ajacoutot Exp $
|
||||
@comment starts a full gnome-session as _gdm which requires a valid homedir
|
||||
@newgroup _gdm:676
|
||||
@newuser _gdm:676:_gdm:daemon:GNOME Display Manager:/var/db/gdm:/sbin/nologin
|
||||
@ -7,6 +7,7 @@
|
||||
@extraunexec rm -rf /var/db/gdm/.aucat_cookie
|
||||
@extraunexec rm -rf /var/db/gdm/.cache
|
||||
@extraunexec rm -rf /var/db/gdm/.dbus
|
||||
@extraunexec rm -rf /var/db/gdm/.pulse
|
||||
@extraunexec rm -rf /var/db/gdm/.pulse-cookie
|
||||
@extraunexec rm -rf /var/db/gdm/.config/dconf/*
|
||||
@extraunexec rm -rf /var/db/gdm/.config/gnome-session
|
||||
|
Loading…
Reference in New Issue
Block a user