diff options
Diffstat (limited to 'x11-misc/fbpanel/files/fbpanel-6.1-xlogout.patch')
-rw-r--r-- | x11-misc/fbpanel/files/fbpanel-6.1-xlogout.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-misc/fbpanel/files/fbpanel-6.1-xlogout.patch b/x11-misc/fbpanel/files/fbpanel-6.1-xlogout.patch new file mode 100644 index 00000000000..a6cd71e75d5 --- /dev/null +++ b/x11-misc/fbpanel/files/fbpanel-6.1-xlogout.patch @@ -0,0 +1,13 @@ +Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=501804 +Upstream: http://sourceforge.net/p/fbpanel/code/474/ + +Signed-off-by: Markos Chandras <hwoarang@gentoo.org> + +--- a/exec/xlogout ++++ b/exec/xlogout +@@ -45,5 +45,5 @@ + [ -z "$SPID" ] && exit 1 + echo "Session start up script" + ps -o uid,pid,ppid,sess,cmd --pid $SPID +-kill -SIGTERM -$SPID ++kill -SIGTERM -$SPID $SPID |