]> git.pld-linux.org Git - packages/gdm.git/commitdiff
- file owners fixed (semi-automatically)
authorJacek Konieczny <jajcus@pld-linux.org>
Sat, 9 Dec 2000 17:55:14 +0000 (17:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (no special user (like http/news) should own his home directory nor
  files it doesn't create)

Changed files:
    gdm.spec -> 1.23

gdm.spec

index 0ec8be3a7187ee7927448944a10bcd7f1428dafc..373bb0bb9518980ea86b2f91130db6f296ad44af 100644 (file)
--- a/gdm.spec
+++ b/gdm.spec
@@ -119,19 +119,19 @@ rm -rf $RPM_BUILD_ROOT
 %files -f gdm.lang
 %defattr(644,root,root,755)
 %doc {AUTHORS,ChangeLog,NEWS,README,TODO}.gz
-%attr(755,xdm,xdm) %{_bindir}/gdm
-%attr(755,xdm,xdm) %{_bindir}/gdmlogin
-%attr(755,xdm,xdm) %{_bindir}/gdmchooser
-%attr(755,xdm,xdm) %config %{_sysconfdir}/gdm/Init
-%attr(755,xdm,xdm) %config %{_sysconfdir}/gdm/PreSession
-%attr(755,xdm,xdm) %config %{_sysconfdir}/gdm/Sessions
-%attr(755,xdm,xdm) %config %{_sysconfdir}/gdm/PostSession
-%attr(755,xdm,xdm) %config %{_sysconfdir}/gdm/gnomerc
-%attr(644,xdm,xdm) %config %{_sysconfdir}/gdm/gdm.conf
-%attr(644,xdm,xdm) %config %{_sysconfdir}/gdm/locale.alias
-%attr(755,xdm,xdm) %dir %{_sysconfdir}/gdm
+%{_bindir}/gdm
+%{_bindir}/gdmlogin
+%{_bindir}/gdmchooser
+%attr(775,root,xdm) %config %{_sysconfdir}/gdm/Init
+%attr(775,root,xdm) %config %{_sysconfdir}/gdm/PreSession
+%attr(775,root,xdm) %config %{_sysconfdir}/gdm/Sessions
+%attr(775,root,xdm) %config %{_sysconfdir}/gdm/PostSession
+%attr(775,root,xdm) %config %{_sysconfdir}/gdm/gnomerc
+%attr(664,root,xdm) %config %{_sysconfdir}/gdm/gdm.conf
+%attr(664,root,xdm) %config %{_sysconfdir}/gdm/locale.alias
+%attr(775,root,xdm) %dir %{_sysconfdir}/gdm
 %attr(640,root,root) %config %verify(not size mtime md5) /etc/pam.d/gdm
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/security/blacklist.gdm
-%attr(750,xdm,xdm) /var/lib/gdm
+%attr(770,root,xdm) /var/lib/gdm
 %attr(754,root,root) /etc/rc.d/init.d/gdm
 %{_datadir}/pixmaps/*
This page took 0.082995 seconds and 4 git commands to generate.