summaryrefslogtreecommitdiff
path: root/chat/konversation/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'chat/konversation/patches/patch-ab')
-rw-r--r--chat/konversation/patches/patch-ab17
1 files changed, 17 insertions, 0 deletions
diff --git a/chat/konversation/patches/patch-ab b/chat/konversation/patches/patch-ab
new file mode 100644
index 00000000000..50df00f170d
--- /dev/null
+++ b/chat/konversation/patches/patch-ab
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.3 2006/10/22 09:24:38 rillig Exp $
+
+--- konversation/scripts/sysinfo.orig 2006-08-31 19:51:24.000000000 +0200
++++ konversation/scripts/sysinfo 2006-10-22 11:21:23.000000000 +0200
+@@ -69,10 +69,10 @@ printf ("%d.%d%s up",n, n2, u);
+
+ out="Sysinfo for '$HN': $OSKERN running $KDE, $CPU, $HDD, $MEM, $PROC proc's, ${UPT}"
+
+-if [ "x$PORT" == "x" ] ; then
++if [ "x$PORT" = "x" ] ; then
+ echo "$out"
+ else
+- if [ "x$TARGET" == "x" ] ; then
++ if [ "x$TARGET" = "x" ] ; then
+ dcop $PORT default error "$out"
+ else
+ dcop $PORT default say $SERVER "$TARGET" "$out"