diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-10-27 03:46:51 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-10-27 03:47:08 +0200 |
commit | 65925d39c9814fa0381b3d438a683731bdfa69e7 (patch) | |
tree | b81bff3dc4e42a54332f94df13fd6c3e0081db2d /x11-misc | |
parent | dev-perl/List-UtilsBy: Fix test failures without '.' in @INC bug #615096 (diff) | |
download | gentoo-65925d39c9814fa0381b3d438a683731bdfa69e7.tar.gz gentoo-65925d39c9814fa0381b3d438a683731bdfa69e7.tar.bz2 gentoo-65925d39c9814fa0381b3d438a683731bdfa69e7.zip |
x11-misc/fbpanel: Obsolete patch.
Package-Manager: Portage-2.3.12, Repoman-2.3.4
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/fbpanel/files/fbpanel-6.1-xlogout.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-misc/fbpanel/files/fbpanel-6.1-xlogout.patch b/x11-misc/fbpanel/files/fbpanel-6.1-xlogout.patch deleted file mode 100644 index 8adf4bf4cf72..000000000000 --- a/x11-misc/fbpanel/files/fbpanel-6.1-xlogout.patch +++ /dev/null @@ -1,13 +0,0 @@ -Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=501804 -Upstream: https://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 |