diff options
Diffstat (limited to 'wm/bbkeys/patches/patch-ab')
-rw-r--r-- | wm/bbkeys/patches/patch-ab | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/wm/bbkeys/patches/patch-ab b/wm/bbkeys/patches/patch-ab new file mode 100644 index 00000000000..76fb9351e87 --- /dev/null +++ b/wm/bbkeys/patches/patch-ab @@ -0,0 +1,17 @@ +$NetBSD: patch-ab,v 1.1 2002/03/18 09:23:03 wiz Exp $ + +--- src/bbkeys.cc.orig Tue Jan 15 04:21:25 2002 ++++ src/bbkeys.cc +@@ -676,10 +676,10 @@ + char *args = new char[strlen(begin) + strlen(bbkeys_rcfile) +1]; + sprintf(args, "%s%s", begin, bbkeys_rcfile); + res = execlp("rxvt", "rxvt", "-bg", "black", "-fg", "red", +- "-e", args, NULL); ++ "-e", "bbkeysconf.pl", "-rcfile", bbkeys_rcfile, NULL); + if (res != 0) { + execlp("xterm", "xterm", "-bg", "black", "-fg", +- "red", "-e", args, NULL); ++ "red", "-e", "bbkeysconf.pl", "-rcfile", bbkeys_rcfile, NULL); + } + delete args; + } |