Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: 1.32.0/Makefile
===================================================================
--- 1.32.0/Makefile	(revision 342)
+++ 1.32.0/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 ; \