mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
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>
10 lines
221 B
Text
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
|