diff options
author | drochner <drochner> | 2010-08-09 10:25:37 +0000 |
---|---|---|
committer | drochner <drochner> | 2010-08-09 10:25:37 +0000 |
commit | d96aa1e833eaffd0a26483f36070f481ed2e3ba9 (patch) | |
tree | 26d36a20239d5188b27ec2c938a81b66c22ae15a /chat/telepathy-idle/patches | |
parent | e4c7370a3021ca961caea9444005e721d5c22b17 (diff) | |
download | pkgsrc-d96aa1e833eaffd0a26483f36070f481ed2e3ba9.tar.gz |
update to 0.1.6
changes:
-Implement IDLE_LOGFILE to divert output to a file
-Implement Debug interface
pkgsrc change: add some support to run selftest
Diffstat (limited to 'chat/telepathy-idle/patches')
-rw-r--r-- | chat/telepathy-idle/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/telepathy-idle/patches/patch-ac b/chat/telepathy-idle/patches/patch-ac new file mode 100644 index 00000000000..e36e48a2df7 --- /dev/null +++ b/chat/telepathy-idle/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2010/08/09 10:25:37 drochner Exp $ + +--- tests/twisted/tools/with-session-bus.sh.orig 2009-07-28 16:49:54.000000000 +0000 ++++ tests/twisted/tools/with-session-bus.sh +@@ -73,7 +73,7 @@ export DBUS_SESSION_BUS_ADDRESS + if [ -n "$WITH_SESSION_BUS_FORK_DBUS_MONITOR" ] ; then + echo -n "Forking dbus-monitor $WITH_SESSION_BUS_FORK_DBUS_MONITOR_OPT" >&2 + dbus-monitor $WITH_SESSION_BUS_FORK_DBUS_MONITOR_OPT \ +- &> $me-$$.dbus-monitor-logs & ++ > $me-$$.dbus-monitor-logs 2>&1 & + fi + + "$@" || e=$? |