blob: a665e989a48c0f1d72ae1d205f7a575230ec1a44 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- config/Makefile.in.orig Sat May 27 07:38:47 2006
+++ config/Makefile.in Sat May 27 07:50:28 2006
@@ -681,7 +681,7 @@ install-data-hook: gdm.conf gdm.conf-cus
if test '!' -d $(DESTDIR)$(logdir); then \
$(mkinstalldirs) $(DESTDIR)$(logdir); \
chmod 755 $(DESTDIR)$(logdir); \
- chown root:root $(DESTDIR)$(logdir) || : ; \
+ chown root:wheel $(DESTDIR)$(logdir) || : ; \
fi
if test '!' -d $(DESTDIR)$(authdir); then \
|