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

383 Commits   1 Branch   1 Tag
Index: radix-1.9/base/radix-system/etc/rc.d/rc.4
===================================================================
--- radix-1.9/base/radix-system/etc/rc.d/rc.4	(revision 344)
+++ radix-1.9/base/radix-system/etc/rc.d/rc.4	(revision 345)
@@ -20,9 +20,11 @@
 
 # Try to use lightdm session manager:
 if [ -x /usr/bin/lightdm ]; then
+  #
+  # Disable to create /.cache directory by root:
+  #
   mkdir -p /var/lib/lightdm/.cache
-  chmod 0700 /var/lib/lightdm/.cache
-  chown -R lightdm:lightdm /var/lib/lightdm/.cache
+  chown -R lightdm:lightdm /var/lib/lightdm
 
   PATH="/usr/bin:/bin"
   HOME=/var/lib/lightdm