]> git.pld-linux.org Git - packages/gdm2.20.git/blob - gdm-daemonfixes.patch
- perl -pi -e "s/^\%\{_datadir\}\/pixmaps/\%\{_pixmapsdir\}/"
[packages/gdm2.20.git] / gdm-daemonfixes.patch
1 --- gdm-2.0beta4/daemon/server.c.orig   Wed Sep 22 20:30:47 1999
2 +++ gdm-2.0beta4/daemon/server.c        Thu Apr 27 20:42:27 2000
3 @@ -191,10 +191,11 @@
4      if (d->servpid && kill (d->servpid, 0) < 0) {
5         gdm_debug ("gdm_server_restart: Old server for %s still alive. Killing!", d->name);
6         gdm_server_stop (d);
7 -       gdm_server_start (d);
8 -       return;
9      }
10 -    
11 +
12 +    gdm_server_start (d);
13 +
14 +#if 0    
15      /* Create new cookie */
16      gdm_auth_secure_display (d);
17      setenv ("DISPLAY", d->name, TRUE);
18 @@ -243,6 +244,7 @@
19      
20      /* Wait for X server to send ready signal */
21      pause();
22 +#endif
23  }
24  
25  
26 --- gdm-2.0beta2/daemon/auth.c.sopwith  Thu Sep  9 22:44:40 1999
27 +++ gdm-2.0beta2/daemon/auth.c  Thu Sep  9 22:46:26 1999
28 @@ -296,7 +296,7 @@
29       * to it. So we better play it safe... */
30  
31      if (! gdm_file_check ("gdm_auth_user_remove", user, authdir, authfile, 
32 -                         FALSE, GdmUserMaxFile, GdmRelaxPerms)) {
33 +                         TRUE, GdmUserMaxFile, GdmRelaxPerms)) {
34         gdm_error (_("gdm_auth_user_remove: Ignoring suspiciously looking cookie file %s"), d->userauth);
35         return; 
36      }
This page took 0.114001 seconds and 3 git commands to generate.