From 19f4591d42161a8594a54a61efc0a5f3d980025d Mon Sep 17 00:00:00 2001 From: naddy Date: Mon, 23 Apr 2007 17:04:29 +0000 Subject: [PATCH] reference pkill instead of killall in man page; from Mike Erdely --- x11/xbindkeys/Makefile | 3 ++- x11/xbindkeys/patches/patch-xbindkeys_1 | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 x11/xbindkeys/patches/patch-xbindkeys_1 diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile index 682a22ac39a..b1729360c7e 100644 --- a/x11/xbindkeys/Makefile +++ b/x11/xbindkeys/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2007/04/20 15:08:35 naddy Exp $ +# $OpenBSD: Makefile,v 1.3 2007/04/23 17:04:29 naddy Exp $ COMMENT= "bind keys or mouse buttons to shell commands under X11" DISTNAME= xbindkeys-1.8.2 +PKGNAME= ${DISTNAME}p0 CATEGORIES= x11 HOMEPAGE= http://hocwp.free.fr/xbindkeys/xbindkeys.html diff --git a/x11/xbindkeys/patches/patch-xbindkeys_1 b/x11/xbindkeys/patches/patch-xbindkeys_1 new file mode 100644 index 00000000000..d4f9b532e11 --- /dev/null +++ b/x11/xbindkeys/patches/patch-xbindkeys_1 @@ -0,0 +1,12 @@ +$OpenBSD: patch-xbindkeys_1,v 1.1 2007/04/23 17:04:29 naddy Exp $ +--- xbindkeys.1.orig Sat Apr 21 13:34:33 2007 ++++ xbindkeys.1 Sat Apr 21 13:34:45 2007 +@@ -168,7 +168,7 @@ xbindkeys reload its configuration file each time it h + But if you want to force it reloading its configuration file, you can + send a HUP signal: + .LP +-killall -HUP xbindkeys ++pkill -HUP xbindkeys + .LP + When HUP signal is send to xbindkeys, changes in $HOME/.xbindkeysrc + takes effect only after moving mouse.