Index: Makefile
===================================================================
--- Makefile (revision 342)
+++ Makefile (revision 343)
@@ -205,6 +205,11 @@
@mv $(LIGHTDM_PKG)/etc/lightdm/keys.conf{,.new}
@mv $(LIGHTDM_PKG)/etc/lightdm/lightdm.conf{,.new}
@mv $(LIGHTDM_PKG)/etc/lightdm/users.conf{,.new}
+ @( cd $(LIGHTDM_PKG)/etc/pam.d ; \
+ for file in lightdm{,-greeter,-autologin} ; do \
+ sed -i '/pam_systemd/d' $${file} ; \
+ done ; \
+ )
# ======= Install Documentation =======
@if [ -d $(LIGHTDM_PKG)/usr/share/man ]; then \
( cd $(LIGHTDM_PKG)/usr/share/man ; \