gdm r6144 - in trunk: . data



Author: halfline
Date: Fri Apr 11 20:05:24 2008
New Revision: 6144
URL: http://svn.gnome.org/viewvc/gdm?rev=6144&view=rev

Log:
2008-04-11  Ray Strode <rstrode redhat com>

	* data/Makefile.am:
	Make /var/run/gdm 1777 so libXau locking works


Modified:
   trunk/ChangeLog
   trunk/data/Makefile.am

Modified: trunk/data/Makefile.am
==============================================================================
--- trunk/data/Makefile.am	(original)
+++ trunk/data/Makefile.am	Fri Apr 11 20:05:24 2008
@@ -194,7 +194,7 @@
 
 	if test '!' -d $(DESTDIR)$(xauthdir); then \
 		$(mkinstalldirs) $(DESTDIR)$(xauthdir); \
-		chmod 1770 $(DESTDIR)$(xauthdir); \
+		chmod 1777 $(DESTDIR)$(xauthdir); \
 		chown root:gdm $(DESTDIR)$(xauthdir) || : ; \
 	fi
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]