--- 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 \