ports/x11/rxvt-unicode/files/patch-src-urxvtcd
Thierry Thomas 0b1f16a76f - Upgrade to 9.12
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>

- Since I'm there, define the license.

PR:		ports/161082
Submitted by:	Maxim Samsonov <xors (at) mne.ru>
2011-10-03 17:38:42 +00:00

10 lines
221 B
Text

--- src/urxvtcd.orig 2010-09-26 22:16:01.000000000 +0200
+++ src/urxvtcd 2010-09-26 22:16:01.000000000 +0200
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+urxvtc "$@"
+if [ $? -eq 2 ]; then
+ urxvtd -q -o -f
+ exec urxvtc "$@"
+fi