reference pkill instead of killall in man page; from Mike Erdely
This commit is contained in:
parent
8b5a64b020
commit
19f4591d42
@ -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
|
||||
|
12
x11/xbindkeys/patches/patch-xbindkeys_1
Normal file
12
x11/xbindkeys/patches/patch-xbindkeys_1
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user