aboutsummaryrefslogtreecommitdiff
path: root/x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c')
-rw-r--r--x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c b/x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c
index c81e73a83e24..ef0cea949b21 100644
--- a/x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c
+++ b/x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c
@@ -1,8 +1,8 @@
---- kdm/kfrontend/genkdmconf.c
-+++ kdm/kfrontend/genkdmconf.c
-@@ -44,9 +44,6 @@
- #include <limits.h>
+--- ./kdm/kfrontend/genkdmconf.c.orig 2010-07-06 10:54:31.000000000 +0400
++++ ./kdm/kfrontend/genkdmconf.c 2010-07-30 22:23:28.920432715 +0400
+@@ -45,9 +45,6 @@
#include <sys/stat.h>
+ #include <sys/wait.h>
#include <sys/param.h>
-#ifdef BSD
-# include <utmp.h>
@@ -10,21 +10,21 @@
#define WANT_CONF_GEN
#include <config.ci>
-@@ -1790,7 +1787,7 @@
+@@ -1857,7 +1854,7 @@
#else
# ifdef BSD
- delstr( file, "\n"
--"exec sessreg -a -l $DISPLAY -x */Xservers -u " _PATH_UTMP " $USER\n" ) |
+ delstr(file, "\n"
+-"exec sessreg -a -l $DISPLAY -x */Xservers -u " _PATH_UTMP " $USER\n") |
+"exec sessreg -a -l $DISPLAY -x */Xservers $USER\n" ) |
# endif
#endif /* _AIX */
- delstr( file, "\n"
-@@ -1839,7 +1836,7 @@
+ delstr(file, "\n"
+@@ -1906,7 +1903,7 @@
#else
# ifdef BSD
- delstr( file, "\n"
--"exec sessreg -d -l $DISPLAY -x */Xservers -u " _PATH_UTMP " $USER\n" ) |
+ delstr(file, "\n"
+-"exec sessreg -d -l $DISPLAY -x */Xservers -u " _PATH_UTMP " $USER\n") |
+"exec sessreg -d -l $DISPLAY -x */Xservers $USER\n" ) |
# endif
#endif /* _AIX */
- delstr( file, "\n"
+ delstr(file, "\n"