]> git.pld-linux.org Git - packages/lightdm.git/blob - lightdm-nodaemon_option.patch
up to 1.32.0
[packages/lightdm.git] / lightdm-nodaemon_option.patch
1 diff -up lightdm-1.7.11/src/lightdm.c.nodaemon_option lightdm-1.7.11/src/lightdm.c
2 --- lightdm-1.7.11/src/lightdm.c.nodaemon_option        2013-08-25 21:32:17.000000000 -0500
3 +++ lightdm-1.7.11/src/lightdm.c        2013-08-27 19:46:41.100258556 -0500
4 @@ -994,7 +994,7 @@ main (int argc, char **argv)
5          g_printerr (/* Text printed out when an unknown command-line argument provided */
6                      _("Run '%s --help' to see a full list of available command line options."), argv[0]);
7          g_printerr ("\n");
8 -        return EXIT_FAILURE;
9 +    /*  return EXIT_FAILURE; */
10      }
11  
12      /* Show combined configuration if user requested it */
This page took 0.116373 seconds and 4 git commands to generate.