diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-07-08 07:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-07-08 07:37:32 +0000 |
commit | b80064cbb9898918e6563795d0233e58fde5e7a6 (patch) | |
tree | c805049ad5c2b944a6ce5e4d414b7a5c0dff612e /x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c | |
parent | Add an option to build the milter with SPF support. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_1_0'.release/8.1.0
Diffstat (limited to 'x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c')
-rw-r--r-- | x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c b/x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c deleted file mode 100644 index c81e73a83e24..000000000000 --- a/x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c +++ /dev/null @@ -1,30 +0,0 @@ ---- kdm/kfrontend/genkdmconf.c -+++ kdm/kfrontend/genkdmconf.c -@@ -44,9 +44,6 @@ - #include <limits.h> - #include <sys/stat.h> - #include <sys/param.h> --#ifdef BSD --# include <utmp.h> --#endif - - #define WANT_CONF_GEN - #include <config.ci> -@@ -1790,7 +1787,7 @@ - #else - # ifdef BSD - 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 @@ - #else - # ifdef BSD - 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" |