]> git.pld-linux.org Git - packages/gdm2.20.git/commitdiff
- fixed the patch gdm-2_2_5_1-2
authorsaq <saq@pld-linux.org>
Mon, 26 Nov 2001 07:45:04 +0000 (07:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- logfile's permissions are 640, not 660
- release 2, STBR

Changed files:
    gdm-xdmcp.patch -> 1.5
    gdm.spec -> 1.41
    gdm2.20.spec -> 1.41

gdm-xdmcp.patch
gdm.spec
gdm2.20.spec

index 1307b5a00fa28de8c3b7139e7c3a2914603a42d3..de93dcdb776968b32d6a5f66d564e647f7a0f65e 100644 (file)
@@ -4,8 +4,8 @@
  
          /* Log all output from spawned programs to a file */
        logfd = open (g_strconcat (GdmLogDir, "/", d->name, ".log", NULL),
--                    O_CREAT|O_TRUNC|O_WRONLY, 0666);
-+                    O_CREAT|O_TRUNC|O_WRONLY, 0660);
+-                    O_CREAT|O_TRUNC|O_WRONLY, 0644);
++                    O_CREAT|O_TRUNC|O_WRONLY, 0640);
  
        if (logfd != -1) {
                dup2 (logfd, 1);
index da25f05e4ae2ad74c7a3ac619b0ac92636ea3b7d..9ef3803bf48da26c6e8fb048f97ca573ae84d149 100644 (file)
--- a/gdm.spec
+++ b/gdm.spec
@@ -2,7 +2,7 @@ Summary:        GNOME Display Manager
 Summary(pl):   gdm
 Name:          gdm
 Version:       2.2.5.1
-Release:       1
+Release:       2
 Epoch:         1
 License:       LGPL/GPL
 Group:         X11/Applications
index da25f05e4ae2ad74c7a3ac619b0ac92636ea3b7d..9ef3803bf48da26c6e8fb048f97ca573ae84d149 100644 (file)
@@ -2,7 +2,7 @@ Summary:        GNOME Display Manager
 Summary(pl):   gdm
 Name:          gdm
 Version:       2.2.5.1
-Release:       1
+Release:       2
 Epoch:         1
 License:       LGPL/GPL
 Group:         X11/Applications
This page took 0.352067 seconds and 4 git commands to generate.