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: radix-system/etc/group
===================================================================
--- radix-system/etc/group	(revision 313)
+++ radix-system/etc/group	(revision 314)
@@ -37,11 +37,12 @@
 pulse:x:65:
 dhcpcd:x:68:
 input:x:71:
+lightdm:x:73:
 apache:x:80:
 messagebus:x:81:
 haldaemon:x:82:
 plugdev:x:83:
-power:x:84:root
+power:x:84:root,lightdm
 netdev:x:86:
 polkitd:x:87:
 pop:x:90:pop
Index: radix-system/etc/passwd
===================================================================
--- radix-system/etc/passwd	(revision 313)
+++ radix-system/etc/passwd	(revision 314)
@@ -25,6 +25,7 @@
 sddm:x:64:64:User for SDDM:/var/lib/sddm:/bin/false
 pulse:x:65:65:User for PulseAudio:/var/run/pulse:/bin/false
 dhcpcd:x:68:68:User for dhcpcd:/var/lib/dhcpcd:/bin/false
+lightdm:x:73:73:Light Display Manager:/var/lib/lightdm:/bin/false
 apache:x:80:80:User for Apache:/srv/httpd:/bin/false
 messagebus:x:81:81:User for D-BUS:/var/run/dbus:/bin/false
 haldaemon:x:82:82:User for HAL:/var/run/hald:/bin/false
Index: radix-system/etc/rc.d/rc.4
===================================================================
--- radix-system/etc/rc.d/rc.4	(revision 313)
+++ radix-system/etc/rc.d/rc.4	(revision 314)
@@ -18,6 +18,11 @@
   exec /bin/bash /etc/rc.d/rc.4.local
 fi
 
+# Try to use lightdm session manager:
+if [ -x /usr/bin/lightdm ]; then
+  exec /usr/bin/lightdm
+fi
+
 # Try to use GNOME's gdm session manager. This comes first because if gdm is on the
 # machine then the user probably installed it and wants to use it by default:
 if [ -x /usr/bin/gdm ]; then
Index: radix-system/etc/shadow
===================================================================
--- radix-system/etc/shadow	(revision 313)
+++ radix-system/etc/shadow	(revision 314)
@@ -16,6 +16,7 @@
 mysql:*:9797:0:::::
 rpc:*:9797:0:::::
 sshd:*:9797:0:::::
+lightdm:*:9797:0:::::
 gdm:*:9797:0:::::
 oprofile:*:9797:0:::::
 pop:*:9797:0:::::